Skip to content

aekasitt/nannou-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Install Rust

By running the following command on your unix-based terminal

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Install Dependencies

cargo install

Run src/main.rs

cargo run --release

Run examples/scaffold.rs

cargo run --example scaffold --release

Run examples/lines.rs

cargon run --example lines --release

About

Example to creative coding using Rust and Nannou

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages