https://github.com/celdaemon/celestia
https://github.com/celdaemon/celestia
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/celdaemon/celestia
- Owner: CelDaemon
- Created: 2024-02-24T21:40:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T19:55:05.000Z (almost 2 years ago)
- Last Synced: 2025-12-13T11:42:57.826Z (6 months ago)
- Language: Java
- Size: 204 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Celestia
### A very basic RPG game engine / library for java.
Uses the latest java standards, like string interpolation, fast native access using project panama, module based dependencies, and cross-platform support using GLFW.
Because preview features are being used, it is required to enable them using a vm flag when using this library.
Instead of being run as a jar directly, this library should be added as a dependency using gradle/maven and `module-info.java` file.