TODO
Project build system:
- Add OSX building code.
Core:
- Add more Debug messages! For every bad situation. Hiding them too.
- Hardware information storing.
- Implement listener pattern.
- Gamepad support.
- Fast math(sin, cos, rnd, etc.).
- Implement scene manager.
- Implement configuration manager.
- Caching resources by config.
- Load resources in separated thread. Is needed?
Input:
Video:
- Particle system.
Audio:
- Simplest effects.
Physics:
- Box2d integration.
GUI:
- Design Complete User Interface.
- Fix widget ScrollArea's object coordinates.
- Debug and test CheckBox widget.