webgl_generator

Crates.iowebgl_generator
lib.rswebgl_generator
version0.2.0
sourcesrc
created_at2018-04-01 12:40:09.124658
updated_at2018-11-04 12:53:58.958014
descriptionCode generators for creating bindings to the WebGL APIs.
homepagehttps://github.com/brendanzab/gl-rs/
repositoryhttps://github.com/brendanzab/gl-rs/
max_upload_size
id58497
size63,860
Dzmitry Malyshau (kvark)

documentation

https://docs.rs/webgl_generator

README

webgl_generator

Version License Downloads

Code generators for creating bindings to the WebGL APIs.

Usage

See tests/test_webgl_stdweb for an example of how to use these generators.

Generator types

Stdweb generator

The stdweb generator is currently the only supported webgl generator. This generator uses stdweb to bind the relevant javascript APIs, and integrates with the stdweb RenderingContext trait.

Commit count: 970

cargo fmt