1 unstable release

0.4.0 Aug 5, 2024
0.1.0 Aug 5, 2024

#121 in Graphics APIs

Download history 205/week @ 2024-08-05 19/week @ 2024-08-12 10/week @ 2024-08-19 39/week @ 2024-08-26

273 downloads per month
Used in 6 crates

MIT/Apache

145KB
2.5K SLoC

mod3d_base

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.

Usage

cargo add mod3d_base

Features

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.

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.

Dependencies

~0.6–1.3MB
~27K SLoC