Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phoenixofforce/lwjgl_framework
This project serves as a codebase for my games
https://github.com/phoenixofforce/lwjgl_framework
engine framework game gamedev java lwjgl lwjgl-framework opengl
Last synced: about 1 month ago
JSON representation
This project serves as a codebase for my games
- Host: GitHub
- URL: https://github.com/phoenixofforce/lwjgl_framework
- Owner: PhoenixofForce
- License: mit
- Created: 2022-03-08T15:38:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-26T12:44:26.000Z (about 2 years ago)
- Last Synced: 2023-02-28T06:31:11.242Z (almost 2 years ago)
- Topics: engine, framework, game, gamedev, java, lwjgl, lwjgl-framework, opengl
- Language: Java
- Homepage:
- Size: 4.54 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## LWJGL Engine
This project serves as a codebase for my games. Feel free to use, improve, adapt it or copy some code.
### Todo
Moved to [this project page](https://github.com/PhoenixofForce/LWJGL_Engine/projects/1)### Notes
* Games won't work on macOS (because of OpenGL version)### Required Libraries
* [LWJGL 3.3.0 (LWJGL, GLFW, OpenGL, OpenAL)](https://www.lwjgl.org/download)
* [JOML 1.10.3](https://github.com/JOML-CI/JOML)### Sources
* [Pawn by Sposito](https://opengameart.org/content/chess-pawn)
* [Skybox from Zachery “skiingpenguins” Slocum, raw and edited](https://opengameart.org/content/skiingpenguins-skybox-pack)
* [Grass Texture by Kenney](https://kenney.nl/assets/voxel-pack)
* [glsl-conditionals by dmnsgn](https://github.com/dmnsgn/glsl-conditionals)
* [glsl-blend by jamieowen](https://github.com/jamieowen/glsl-blend)
* [Music by Pudgyplatypus](https://opengameart.org/content/royalty-free-game-music-loops)
* [Peaberry Font by Emily Huo](https://emhuo.itch.io/peaberry-pixel-font)### License
MIT. See [License File](https://github.com/PhoenixofForce/LWJGL_Engine/blob/main/LICENSE).