This is an interface to OpenGL's core profile for the Chez Scheme system.
- Support for OpenGL 4.6 core profile
- Convenient high level interface
- Lower level ftype interface provided
- Supported on Windows, macOS, and Linux
- No dependencies; no GLEW, no GLAD, no libepoxy, etc.
-
Install the Chez Scheme system.
-
Install Chez-GL where the Chez Scheme system can find it.
export CHEZSCHEMELIBDIRS="/path/to/chez-gl/lib:$CHEZSCHEMELIBDIRS"
- Start running the test examples. Examples use Chez-SDL for windowing.
scheme --script simple.ss
- Read the documentation.