tristanred / MicroEngine

GameEngine project based roughly on my previous CommsFramework engine.
MIT License
1 stars 0 forks source link

Create a Headless mode for the Engine #10

Open tristanred opened 4 years ago

tristanred commented 4 years ago

This mode will allow a GameEngine + Renderer to be created without any windows or graphical elements.

It can be used to create instances of GameEngine for testing on server environments or other systems that do not support rendering or windowing.

This will be very useful for Unit Testing since we will be able to spawn an Engine and playtest through it.