Crates.io | webgl_generator |
lib.rs | webgl_generator |
version | 0.2.0 |
source | src |
created_at | 2018-04-01 12:40:09.124658 |
updated_at | 2018-11-04 12:53:58.958014 |
description | Code generators for creating bindings to the WebGL APIs. |
homepage | https://github.com/brendanzab/gl-rs/ |
repository | https://github.com/brendanzab/gl-rs/ |
max_upload_size | |
id | 58497 |
size | 63,860 |
Code generators for creating bindings to the WebGL APIs.
See tests/test_webgl_stdweb
for an example of how to use these generators.
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.