Remix.run Logo
ioma8 2 days ago

Didnt you think of making it open-source on github?

mvx64 2 days ago | parent [-]

The game-side code, not really (I am ashamed of reading it myself). The engine-side is a bit less shameful, but I'd rather not as I mentioned elsewhere, especially on github. I may change my mind though.

Krei-se 2 days ago | parent [-]

That's a shame, i like how you go about using Rust to have crystal clear structure while sidestepping the unreadable side that comes from using all of its nuances.

I'd kinda like a look. My Code is dependency free where possible (up to the graphics library for making the pixels go on screen) too - and everything else is a clean pipeline. Soooo i can only speak for myself, but if you have some parts that don't make you cringe much but proud - please share!

It's less about implementation of functionality, im mostly curious about your style! :)

mvx64 2 days ago | parent [-]

I'll see if I can produce a reasonably readable stripped down version (the lib + an example scene) and I might be back soon ;)