fastjengine / FastJ

An open-source, Java-based 2D game engine.
https://fastj.tech
MIT License
82 stars 22 forks source link

[Feature Request] Massively enhance LogicManager/Scene Classes #11

Closed lucasstarsz closed 3 years ago

lucasstarsz commented 3 years ago

Is your feature request related to a problem? Please describe.

As part of the next version(s) of FastJ, improving the LogicManager and Scene-related classes is a must.

What should the solution be like?

These are the following features I'd like to see:

LogicManager

Scenes

- [ ] Add support for scene dividing (layering) - [ ] Allow parallelization of updating/rendering, due to each layer running independently (one layer cannot affect the state of another)

Progress of these features will be tracked in the logicmanager-and-scene-improvement branch.

lucasstarsz commented 3 years ago

Apparently, this issue was closed when I merged #14. Sorry for any inconvenience!