gurkenlabs / litiengine

LITIENGINE 🕹 The pure 2D java game engine.
https://litiengine.com/
MIT License
729 stars 94 forks source link

Implement support for multiple cameras #71

Open gurkenlabs opened 6 years ago

gurkenlabs commented 6 years ago

Right now, the Game.getCamera() is considered the only camera that can be rendered on.

We need to extend the rendering mechanism and the usages of this camera to potentially support multiple cameras.

Also, we need to be able to define a render area (Graphics2D.setClip(...)) for the camera.

KvaGram commented 4 years ago

I think this feature is I could try giving a shot. I just hope I am right about how your camera system works.

I would like to know a bit more about the issue though. How do you imagine it would look like in the end?