Hack Week
Posted one year ago
Something I wondered for a while is what would change if we were launching a c# exe instead of a c++ exe. Would anything change? What would it make possible? What would we lose?

So I made it possible. It's kind of interesting.. but probably only to nerds like me.

The c# exe can now treat the engine like a library. So we can write a c# exe that will initialize the engine (or if required,  a minimal version of it) and manually run the main loop. What this means is that you we get total 100% control of the renderer and the gameloop and everything else.

I only really got the screen flashing before I ran out of my self imposed time limit for it, but here's something Layla made it do..