MattGuerrette / VixenEngine

Open Source C++ Game Engine
http://mattguerrette.github.io/VixenEngine/
GNU General Public License v3.0
39 stars 13 forks source link

Engine improvements #22

Closed MattGuerrette closed 9 years ago

MattGuerrette commented 9 years ago

I've made it so the game window is now resizable. In addition, I've also changed the camera viewport code to use percentages of screen rather than pixel units. I've also made the GetComponent functions templated.