#mesh #nannou #draw #shared #channel #normals

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

#124 in Data formats

Download history 859/week @ 2026-02-11 1718/week @ 2026-02-18 1318/week @ 2026-02-25 1610/week @ 2026-03-04 1403/week @ 2026-03-11 1579/week @ 2026-03-18 1523/week @ 2026-03-25 1512/week @ 2026-04-01 1656/week @ 2026-04-08 1651/week @ 2026-04-15 1438/week @ 2026-04-22 1287/week @ 2026-04-29 1277/week @ 2026-05-06 1561/week @ 2026-05-13 1355/week @ 2026-05-20 1102/week @ 2026-05-27

5,444 downloads per month
Used in 27 crates (2 directly)

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

~9.5MB
~263K SLoC