Crates.io | meshtext |
lib.rs | meshtext |
version | 0.3.1 |
source | src |
created_at | 2022-03-24 09:59:32.028209 |
updated_at | 2024-10-06 15:27:51.46899 |
description | Generate vertex-vertex meshes from text. |
homepage | |
repository | https://github.com/FrankenApps/meshtext |
max_upload_size | |
id | 555682 |
size | 279,082 |
Meshtext is a font triangulation tool for 3D scenes.
⚠️ Versions <= 0.3
of this crate focus on correctness and less on speed. ⚠️
The idea is to have a feature complete Proof-of-Concept first and then start optimizing.
no-std
supportIt is not recommended to use the font included in the crate. It is only included for the purpose of testing and the character set has been limited, in order to keep the size of the crate small.
Name | Description |
---|---|
owned |
Uses owned_ttf_parser instead of ttf-parser so that the font resources do not need to have a static lifetime. |
cdt
for triangulation.ttf-parser
for font loading.glam
for performing basic linear algebra.All code in this repository is dual-licensed under either:
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.