mod3d-gl

Crates.iomod3d-gl
lib.rsmod3d-gl
version0.1.0
sourcesrc
created_at2024-08-05 17:03:08.657439
updated_at2024-08-05 17:03:08.657439
description3D Models for Gl processing
homepagehttps://github.com/atthecodeface/model3d
repositoryhttps://github.com/atthecodeface/model3d
max_upload_size
id1326236
size125,523
Gavin J Stark (atthecodeface)

documentation

https://docs.rs/mod3d

README

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.

Commit count: 0

cargo fmt