Stargine: a game engine in Mojo

I wanted to share a little project I was experimenting with: Stargine, a proof-of-concept game engine written in Mojo. It was mostly a fun exercise to see how Mojo could interface with OpenGL and SDL3 and a great learning experience

Fair warning, I don’t think I’ll have time to maintain it very actively. But if you’re curious and want to try adding a new feature or just poke around the code, you’re welcome to! I’d be happy to answer any questions you have about it.

Here’s the repo: GitHub - ssslakter/stargine: A little game engine based on mojo, openGL and SDL3

10 Likes

Thank you for sharing :slight_smile:

1 Like

This is super cool, great work!