Registry / other / nannou

nannou

JSON →
library0.19.0rscratesunverified

A Creative Coding Framework for Rust, inspired by Processing and openFrameworks.

# Cargo.toml [dependencies] nannou = "0.19.0"
INSTALL
IMPORT
SIG · NANNOU
N
nannou
otherrustv0.19.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

app
use nannou::app;

Create a simple Nannou application.

use nannou::prelude::*; fn main() { nannou::app(model).run(); } fn model(_app: &App) -> Model { Model {} } struct Model {}
Debug
Known issues
gotchaRequires graphics backend (e.g., Vulkan, Metal) and may not work in headless environments
fix
Install appropriate GPU drivers or use software rendering
affects: >=0.19.0
Upgrade
Version history
0.19.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
nannou — cargo add nannou · libregistry