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

#36 in Data formats

Download history 331/week @ 2023-12-21 238/week @ 2023-12-28 304/week @ 2024-01-04 413/week @ 2024-01-11 394/week @ 2024-01-18 326/week @ 2024-01-25 212/week @ 2024-02-01 426/week @ 2024-02-08 585/week @ 2024-02-15 498/week @ 2024-02-22 460/week @ 2024-02-29 572/week @ 2024-03-07 472/week @ 2024-03-14 639/week @ 2024-03-21 655/week @ 2024-03-28 592/week @ 2024-04-04

2,440 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
~154K SLoC