A Java GameEngine for 2D Games
| Feature | Description | Support |
|---|---|---|
| Desktop Support | Full Compatibility on Windows, Linux, and macOS | ✅ |
| Image Support | Image rendering, Spritesheet Creation | ✔ |
| Recording | Screenshot, Screen Record | ⭕ |
| Animation Engine | Sprite Animation... | ❌ |
| Physics Engine | Custom 2D Physics Engine | ❌ |
| Asset Manager | Load, Unload, and Hot Reload Game Assets | ✅ |
| Font Renderer | Text, Centered Text, Text With Shadow... | ✔ |
| Events/Listener | Keyboard, Mouse... | ✅ |
| Widgets | Buttons, Slider, Chechboxes... | ❌ |
✅ is complete and satisfactory.
✔ is implemented and usable, but is missing certain features.
⭕ is in progress.
❌ is not yet implemented.