#mesh #creative-coding #nannou

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

#858 in Graphics APIs

Download history 150/week @ 2024-12-25 570/week @ 2025-01-01 618/week @ 2025-01-08 1488/week @ 2025-01-15 815/week @ 2025-01-22 749/week @ 2025-01-29 1025/week @ 2025-02-05 975/week @ 2025-02-12 824/week @ 2025-02-19 925/week @ 2025-02-26 619/week @ 2025-03-05 1248/week @ 2025-03-12 815/week @ 2025-03-19 878/week @ 2025-03-26 398/week @ 2025-04-02 767/week @ 2025-04-09

3,047 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.

Dependencies

~8MB
~212K SLoC