nannou-new

Crates.ionannou-new
lib.rsnannou-new
version0.2.0
created_at2018-07-01 23:42:05.265008+00
updated_at2025-03-05 14:25:34.070967+00
description(Deprecated) A tool for easily starting Nannou projects.
homepagehttps://github.com/nannou-org/nannou/tree/master/nannou_new
repositoryhttps://github.com/nannou-org/nannou.git
max_upload_size
id72502
size57,205
Joshua Batty (JoshuaBatty)

documentation

README

nannou_new

Deprecated

Use cargo new directly. See #1002.

A simple interactive tool for generating projects.

  • Asks if the user is just sketching.
  • If so, generates a project from template_sketch.
  • Otherwise generates a project from template_app.
  • Adds the latest nannou version as a dep to the Cargo.toml.
  • Builds the project with optimisations. Suggests getting a beverage.
Commit count: 1702

cargo fmt