An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

# Sapphire
A Java/OpenGL 3D game engine featuring a simple and concise API.

![Screenshot](screenshot.png)

## 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.