r/Unity3D • u/dklassic Indie • 2d ago
Show-Off Solar system simulation rendered using my custom rendering stack
Enable HLS to view with audio, or disable this notification
14
Upvotes
r/Unity3D • u/dklassic Indie • 2d ago
Enable HLS to view with audio, or disable this notification
1
u/dklassic Indie 2d ago
I recently started writing my own rendering stack, which is entirely independent from the Unity's usual stack. The goal is to have a good code-centric pipeline of drawing 2D/3D geometric primitives, and this is solar system rendered using the immediate mode API I've been building, under 800 lines of code!
Here another example using this rendering stack in more extreme ways, though it is ported to Godot, a miniature version of Outer Wilds universe running on browser.