Crates.io | mod3d-base |
lib.rs | mod3d-base |
version | 0.1.0 |
source | src |
created_at | 2024-08-05 16:55:31.182634 |
updated_at | 2024-08-05 16:57:47.573823 |
description | 3D Models for Gl processing |
homepage | https://github.com/atthecodeface/model3d |
repository | https://github.com/atthecodeface/model3d |
max_upload_size | |
id | 1326226 |
size | 148,628 |
A base library for 3d model generation.
This provides a simple abstract definition of 3D model objects that can be created, converted into base objects for a GPU, and then instantiated arbitrarily at reasonably high performance.
cargo add mod3d_base
An optional 'serde' feature is provided that permmits serialization / deserialization of (some) of the structures; in the longer term this will support all the structures, but it might incur a performance penalty to support this. That penalty will not apply if serde is not used.
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.