Lehks / NostraEngine

A 3D game engine made by students of the htw saar.
MIT License
2 stars 0 forks source link

Integrate Window into the Renderer #100

Open Lehks opened 6 years ago

Lehks commented 6 years ago

The Window should be part of the renderer. Currently, a pointer is stored in the engine itself and the engine also takes care of updating the window. In the future, this should be done by the renderer.