AnnexGameDev / Annex

A 2D game development framework
MIT License
3 stars 0 forks source link

Camera Views/Viewports #37

Open MatthewChrobak opened 4 years ago

MatthewChrobak commented 4 years ago

Users should be able to create and retrieve camera views. This would be used for the GameWorld and UI. CameraView should be added to Contexts to be used for transformations when rendering.

Viewports should be representations a camera on the window