Skip to content
This repository has been archived by the owner on Apr 11, 2020. It is now read-only.
/ guide Public archive

A guide for nannou, including "Getting Started", "Tutorials" and more.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

nannou-org/guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTICE: the guide has been moved here.


the nannou guide Build Status

The one-stop-shop for everything someone might want to know about nannou!

Working on the Book

The easiest way to build, render and read the book is as follows:

  • Clone the repo.
    git clone https://github.com/nannou-org/guide
    cd guide
  • Install the Rust markdown book tool.
    cargo install mdbook
    
  • Make mdbook watch the repo, re-build on file changes and host at localhost:3000.
    mdbook serve
    
  • Open your browser and point it to localhost:3000 to find the rendered markdown book.

You should now have a hot-loading environment where you can edit the book markdown and see the results rendered in your browser each time you save a file.

Running Tests

To run the tests, do the following:

cd book-tests
cargo test

The build.rs will retrieve all rust code snippets from the markdown files and generate a test file so that they all may be tested during cargo test.

We do this rather than using the mdbook test as mdbook test does not support including remote dependencies.

License

Licensed under either of

at your option.

Contributions

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

A guide for nannou, including "Getting Started", "Tutorials" and more.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published