Skip to content

Some examples of things I consider interesting (and definitely above beginner) in nannou.

Notifications You must be signed in to change notification settings

MacTuitui/nannou-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nannou examples

A collection of examples that might use some non-beginner things.

Advance wgpu

This example combines nannou's standard draw API on top of instance rendering and a two-pass full screen shader pass (for effects, here blur).

I tried my best to comment the why and how this work, but this can get pretty confusing if you don't really follow how WebGPU works (and nannou does a great job at keeping it hidden yet available!).

Run with

cargo run --release --example advance-wgpu

FFT

Your old spectrum visualizer. The only trick is to use a channel to get information from the audio thread.

Run with

cargo run --release --example fft

About

Some examples of things I consider interesting (and definitely above beginner) in nannou.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages