Skip to content

rksm/nannou-hot-reload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a template for cargo-generate. Use with cargo generate rksm/nannou-hot-reload.

{{project-name}}

A workflow for quick feedback with nannou! For more details about Rust hot code reload see https://github.com/rksm/hot-lib-reloader-rs.

Usage

Hot reload for development

For development use two terminals to run the binary and (re-)build the lib:

$ cargo watch -i lib -x 'run --features reload'
$ cargo watch -w lib -x 'build -p lib'

With cargo runcc you just need to run cargo runcc -c runcc.yml.

Statically build or run for release

cargo build --release
cargo run --release

About

cargo-generate template for hot reloading & nannou

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages