Join Nostr
2026-04-03 16:07:10 UTC
in reply to

solo on Nostr: I don't particularly want to use an entire game engine a few reasons:<li>I don't like ...

I don't particularly want to use an entire game engine

a few reasons:<li>I don't like black-box-y stuff, and game engines are very black-box-y (i.e. how they magically do variable binding between things, etc.)</li><li>I am going to need to integrate it with ROS</li><li>ROS's build tool is kinda a clusterfuck, and you <em>kinda</em> need to use it.</li><li>I don't need like 95% of the features a game engine offers, I just need to render a 3d scene without wanting to pull my hair out from doing opengl/vulkan calls directly</li>