rust-gl 0.1.7

Rust wrapper around webgl.
rust-gl-0.1.7 doesn't have any documentation.

RustGL

Rustgl is a rust wrapper around webgl.
The purpose of this api is to bring some of rusts safety features to webgl.
This includes :

  1. Program creation.
  2. Program binding.
  3. Buffer binding.
  4. Uniform and attribute binding.