#mesh #channel #nannou #creative-coding #abstraction #draw #shared

nannou_mesh

The mesh abstraction shared between nannou’s Draw and Ui abstractions

3 releases (breaking)

0.19.0 Jan 17, 2024
0.18.0 Nov 18, 2021
0.17.0 Jul 8, 2021

#59 in Data formats

Download history 324/week @ 2024-11-15 732/week @ 2024-11-22 692/week @ 2024-11-29 800/week @ 2024-12-06 1000/week @ 2024-12-13 708/week @ 2024-12-20 178/week @ 2024-12-27 623/week @ 2025-01-03 1339/week @ 2025-01-10 986/week @ 2025-01-17 660/week @ 2025-01-24 779/week @ 2025-01-31 1135/week @ 2025-02-07 704/week @ 2025-02-14 1157/week @ 2025-02-21 706/week @ 2025-02-28

3,885 downloads per month
Used in 15 crates (via nannou)

MIT license

195KB
5K SLoC

nannou_mesh

An API for composing Meshs shared between nannou crates.

Meshs may be composed of different sets of channels including position, color, texture-coordinate and normals. Note that this is quite a low-level representation. For a higher-level, graphics-related mesh API, see the nannou::draw module and the draw.mesh() API.


lib.rs:

An API for composing Meshs. Meshs may be composed of different sets of channels including position, color, texture-coordinate and normals. Note that this is quite a low-level representation. For a higher-level, graphics-related mesh API, see the draw module.

Dependencies

~7.5MB
~200K SLoC