1 unstable release

0.1.0 Aug 5, 2024

#216 in Graphics APIs

Download history 108/week @ 2024-08-05 9/week @ 2024-08-12 15/week @ 2024-08-26

132 downloads per month
Used in 3 crates

MIT/Apache

270KB
5K SLoC

mod3d_gl

A library that provides GL object creation, for objects created in mod3d_base; such objects can then be instantiated arbitrarily at reasonably high performance.

Usage

cargo add mod3d_gl

Features

A Gpu library backend must be selected; current support is for OpenGL and WebGL; the former is tested using SDL2 to create OpenGL contexts, and the latter through Wasm (through the 'mod3d_gl_sdl_example' and 'mod3d_gl_wasm_example' crates.

Releases

Release notes are available in RELEASES.md.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.


lib.rs:

OpenGL/WeblGL Model / Shader Program abstraction library

This library provides structures for OpenGL shaders ... !

Dependencies

~0.6–3.5MB
~66K SLoC