https://github.com/shambac/adaengine
A game engine made in java with LWJGL
https://github.com/shambac/adaengine
Last synced: 4 months ago
JSON representation
A game engine made in java with LWJGL
- Host: GitHub
- URL: https://github.com/shambac/adaengine
- Owner: ShambaC
- Created: 2024-04-03T15:11:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T16:28:50.000Z (almost 2 years ago)
- Last Synced: 2025-11-28T16:22:03.621Z (7 months ago)
- Language: Java
- Homepage:
- Size: 556 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AdaEngine
A game engine made in java with LWJGL
A Work in progress 2D game engine.
## Features I'd like in this:
- Ability to add premade components to objects using the UI
- Add the ability for users to script and create custom components
- Ability to properly export game while stripping unneeded engine stuff
- Export the Engine properly
## TODO:
- [x] Add a free move plane to the translate gizmo
- [x] Change add component menu to more unity like that the current popup one
- [ ] Add option to add prefabs in a different way, like a button in the prefab tab and some wizard.
- [ ] Fix snap to grid for areas outside the default view area