nannou-org/nannou

A Creative Coding Framework for Rust.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 5 minutes ago
Added to GitGenius on September 9th, 2026
Created on September 1st, 2017
Open Issues & Pull Requests: 279 (+0)
GitHub issues: Enabled
Number of forks: 326
Total Stargazers: 6,748 (+0)
Total Subscribers: 75 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 6.6 days
Mean response time: 356.3 days
90th percentile: 496.4 days
Tracked items: 42

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 78% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 4% of issues opened in the past year have been closed. Three people close 85% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 32
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 745 days
Stale 30+ days: 31
Stale 90+ days: 25

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bevy (15)
  • graphics (3)
  • guide (3)
  • user experience (3)
  • bug (2)
  • feature request (1)
  • geom (1)
  • gui (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Nannou is a creative coding framework for Rust that provides artists and developers with tools to create visual and interactive works.

The framework addresses the need for a Rust-based alternative to Processing, OpenFrameworks, and Cinder by offering a collection of code designed to make artistic expression accessible through simple, fast, reliable, and portable Rust code. It works by building on the Bevy game engine, exposing its functionality as a set of Bevy plugins. This architecture allows users to work with nannou's familiar sketch and app API along with its Draw interface either standalone or integrated into larger Bevy applications.

Nannou suits artists and creative technologists who want to work in Rust rather than languages traditionally associated with creative coding. It is appropriate for projects ranging from quick five-minute sketches to long-term installations. The framework is designed to provide easy access to the tools needed across this spectrum of creative work, with comprehensive documentation including guides, tutorials, and an API reference to support adoption.

The project acknowledges it is in early stages with substantial work remaining, and it actively invites community contributions. The repository maintains an extensive guide covering platform-specific setup, editor configuration, and learning resources, alongside numerous examples demonstrating the framework's capabilities. The presence of community tutorials alongside official documentation and a contributors page indicates ongoing engagement with its user base.