chez-gl
chez-gl copied to clipboard
OpenGL interface for chez-scheme.
Chez-GL
This is an interface to OpenGL's core profile for the Chez Scheme system.
Features
- 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.
Quickstart Guide
-
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.