An OpenGL game engine made in Java using LWJGL library.
- Sprite drawing;
- Texture drawing;
- Text drawing;
- Projections;
- Window management;
- Input Handling;
- Simple ECS architecture implementation for more complex games.
This engine is still in development. At the momment I'm creating a simple spaceship game to figure out what features should be implemented next.