Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shambac/adaengine
A game engine made in java with LWJGL
https://github.com/shambac/adaengine
Last synced: 1 day 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-13T16:28:39.000Z (7 months ago)
- Last Synced: 2024-04-13T20:51:29.723Z (7 months ago)
- Language: Java
- Homepage:
- Size: 202 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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