Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcox06/opengl-snake
https://github.com/jcox06/opengl-snake
java kotlin lwjgl opengl
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jcox06/opengl-snake
- Owner: JCox06
- License: mit
- Created: 2023-10-10T18:44:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-22T12:34:01.000Z (about 1 year ago)
- Last Synced: 2023-10-22T13:32:34.369Z (about 1 year ago)
- Topics: java, kotlin, lwjgl, opengl
- Language: Java
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# OpenGL Snake 2D
***This is my OpenGL clone game of snake. I enjoyed making this as it allowed me to experiment with Kotlin, different types of movement, collision, and recursive methods.
Here is an example of the current version:
## Technology used
LWJGL - OpenGL and other low level bindings for Java
GLFW - Window creation
Joml - Maths library
OpenGL
Kotlin and Java