https://github.com/fwcd/sapphire
Experimental 3D game engine (Java/OpenGL)
https://github.com/fwcd/sapphire
3d-game-engine game lwjgl opengl
Last synced: 15 days ago
JSON representation
Experimental 3D game engine (Java/OpenGL)
- Host: GitHub
- URL: https://github.com/fwcd/sapphire
- Owner: fwcd
- License: mit
- Created: 2018-02-02T23:02:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-05T23:05:03.000Z (almost 7 years ago)
- Last Synced: 2026-02-15T16:40:21.906Z (3 months ago)
- Topics: 3d-game-engine, game, lwjgl, opengl
- Language: Java
- Homepage:
- Size: 3.11 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sapphire
A Java/OpenGL 3D game engine featuring a simple and concise API.

## Building
`./gradlew :build`
## Running demo
`./gradlew :demo:run`
## Credits
The code and the assets are heavily based upon the [OpenGL tutorial series](https://www.youtube.com/playlist?list=PLRIWtICgwaX0u7Rf9zkZhLoLuZVfUksDP) by [ThinMatrix](https://github.com/TheThinMatrix). Both of these have been released under the Unlicense.