Go to file
Michael Pfaff 554c1f9081 Update IntelliJ files 2024-08-12 18:04:43 -04:00
.idea Update IntelliJ files 2024-08-12 18:04:43 -04:00
bindgen Refactor, improve bindings, improve code-gen 2024-08-12 17:57:16 -04:00
core Refactor, improve bindings, improve code-gen 2024-08-12 17:57:16 -04:00
gradle/wrapper
java-bindgen Refactor, improve bindings, improve code-gen 2024-08-12 17:57:16 -04:00
src/main/java/dev/pfaff/glass Extract core utilities into a separate module 2024-07-31 11:00:04 -04:00
.gitignore
LICENSE
README.md
build.gradle Refactor, improve bindings, improve code-gen 2024-08-12 17:57:16 -04:00
gradlew
gradlew.bat
settings.gradle Extract core utilities into a separate module 2024-07-31 11:00:04 -04:00

README.md

Glass

Graphics library bindings that aren't... bad. The suite of bindings consists of OpenGL and GLFW. In addition, some common utilities are provided, like the OS and Arch classes.

OpenGL

The OpenGL bindings are generated from the official OpenGL Registry by the bindgen and java-bindgen programs.

Enums are generated for each OpenGL enum group. These enums are used to improve the type safety the generated bindings whereever possible, though it may be incomplete in spots.

GLFW

The GLFW bindings are incomplete, but should be sufficient for most simple use cases.