rust-gl

Crates.iorust-gl
lib.rsrust-gl
version0.1.7
sourcesrc
created_at2021-05-16 20:17:11.295034
updated_at2021-05-16 22:38:48.818461
descriptionRust wrapper around webgl.
homepage
repositoryhttps://gitlab.com/rust-gl/engine
max_upload_size
id398320
size76,316
Jonas Ingerslev Sørensen (Greast)

documentation

README

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.
Commit count: 215

cargo fmt