The Graphics 2D Project
This is intended to be a simple 2d graphics layer for SDL2. It will mainly be useful for having the concept of coordinate system and a camera. This is part of the Daque project.
A simple init() will do
Setting the camera center and dimensions.
The camera is recalculated each time according to the function (delegate) cameraGetter.