Crates.io | mod3d-gl |
lib.rs | mod3d-gl |
version | 0.1.0 |
source | src |
created_at | 2024-08-05 17:03:08.657439 |
updated_at | 2024-08-05 17:03:08.657439 |
description | 3D Models for Gl processing |
homepage | https://github.com/atthecodeface/model3d |
repository | https://github.com/atthecodeface/model3d |
max_upload_size | |
id | 1326236 |
size | 125,523 |
A library that provides GL object creation, for objects created in mod3d_base; such objects can then be instantiated arbitrarily at reasonably high performance.
cargo add mod3d_gl
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.
Release notes are available in RELEASES.md.
Licensed under either of
at your option.
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.