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

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

#54 in Data formats

Download history 551/week @ 2024-07-21 550/week @ 2024-07-28 481/week @ 2024-08-04 875/week @ 2024-08-11 546/week @ 2024-08-18 690/week @ 2024-08-25 669/week @ 2024-09-01 788/week @ 2024-09-08 617/week @ 2024-09-15 758/week @ 2024-09-22 598/week @ 2024-09-29 186/week @ 2024-10-06 552/week @ 2024-10-13 496/week @ 2024-10-20 650/week @ 2024-10-27 542/week @ 2024-11-03

2,253 downloads per month
Used in 14 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

~7MB
~191K SLoC