Created a 3D scene editor and explorer: midnightcoffee.greenrobot.com

You can create 3d objects in the creator and move them around, or go to the explore page to see what the scenes that have been created and saved. Here’s a screenshot: Find the 3d scene editor/viewer here: https://midnightcoffee.greenrobot.com I’d like to let users create their own scenes that would be playable in games I’m … Read more

New build of OpenSpace available on TestFlight

I released a new build on iOS TestFlight today. The iOS version didn’t need review. The mac os version is waiting for review. Find it here:https://testflight.apple.com/join/6MMGHF2j What’s new:•Updated neighbor sphere view replacing hardcoded objects with user-created ones.•Added Lunar Lounge on the Moon•Added links to the About screen•UI Improvements•Turned off sandbox in-app purchases in anticipation of … Read more

Watch out for problem with having a .git folder inside a public html folder on an Apache server

I was notified about a security vulernability from an email and LinkedIn message that my files were available in cleartext from the .git folder on my site feather.greenrobot.com because I didn’t have an .htaccess file prohibiting it. As far as I know data wasn’t accessed, just my code including database credentials. feather.greenrobot.com currently has 3 … Read more