This repository contains the necessary building blocks for OpenGL wrapper libraries. For more information on each crate, see their respective READMEs listed below.
The following crates are contained in this repository:
An OpenGL function pointer loader for the Rust Programming Language.
[dependencies]
gl = "0.14.0"
Code generators for creating bindings to the Khronos OpenGL APIs.
[build-dependencies]
gl_generator = "0.14.0"
The Khronos XML API Registry, exposed as byte string constants.
[build-dependencies]
khronos_api = "3.1.0"
khronos_api
makes use of git submodules. You will need to initialize these before building:
git submodule update --init
Code generators for creating bindings to the WebGL APIs.
[build-dependencies]
webgl_generator = "0.2.0"
WebGL bindings using stdweb
[build-dependencies]
webgl_stdweb = "0.3.0"