New best story on Hacker News: Show HN: StratusGFX, my open-source real-time 3D rendering engine
Show HN: StratusGFX, my open-source real-time 3D rendering engine 457 by ktstephano | 78 comments on Hacker News. It's been closed source for a long time while I worked on it on and off as a hobby research project, but yesterday the repo was made public for the first time under the MPL 2.0 license. A feature reel showing its capabilities can be found here: https://ift.tt/GpFbixe... A technical breakdown of a single frame can be found here: https://ift.tt/zuwNgtL... It's still in a very beta state (bugs and instability expected), but I felt like it was a good time to make it public since a lot of its core features are mostly presentable. I plan to continue working on it in my spare time to try and improve the usability of the code. Two main use cases I could see for it: 1) People using it for educational purposes. 2) People integrating it into other more general purpose engines that they're working on since Stratus is primarily a rendering engine. Any extensions to the re...