#mesh #channel #nannou #abstraction #creative-coding #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

#37 in Data formats

Download history 388/week @ 2024-01-08 384/week @ 2024-01-15 340/week @ 2024-01-22 266/week @ 2024-01-29 363/week @ 2024-02-05 467/week @ 2024-02-12 564/week @ 2024-02-19 500/week @ 2024-02-26 493/week @ 2024-03-04 481/week @ 2024-03-11 606/week @ 2024-03-18 621/week @ 2024-03-25 753/week @ 2024-04-01 1403/week @ 2024-04-08 1050/week @ 2024-04-15 929/week @ 2024-04-22

4,221 downloads per month
Used in 13 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

~6MB
~156K SLoC