https://github.com/shambac/adaengine
A game engine made in java with LWJGL
https://github.com/shambac/adaengine
Last synced: 6 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 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-27T16:28:50.000Z (11 months ago)
- Last Synced: 2024-12-24T11:52:17.193Z (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 LWJGLA 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