百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
N

nannou

> 编程语言
开源

一个用于 Rust 的创意编码框架

6.7K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

一个用于 Rust 的创意编码框架

nannou

An open-source creative-coding toolkit for Rust.

nannou is a collection of code aimed at making it easy for artists to express themselves with simple, fast, reliable, portable code. Whether working on a 12-month installation or a 5 minute sketch, this framework aims to give artists easy access to the tools they need.

The project was started out of a desire for a creative coding framework inspired by Processing, OpenFrameworks and Cinder, but for Rust. Named after this.

nannou is built on the Bevy game engine. Its crates are exposed as a set of Bevy plugins, so nannou's familiar sketch/app API and Draw interface can be used on their own or dropped into any Bevy application.

A Quick Note

It is still early days and there is a lot of work to be done. Feel free to help out!

The Guide

  • Welcome!
  • Why Nannou?
    • Goals
    • Why Rust?
    • FOSS Licensing
  • Getting Started
    • Platform-specific Setup
    • Installing Rust
    • Editor Setup
    • Running Examples
    • Create A Project
    • Updating Nannou and Rust
  • Tutorials
  • Community Tutorials
  • Developer Reference
  • API Reference
  • Showcases
  • Changelog
  • Contributors
  • Code of Conduct

Examples

The following collection of examples are a great way to get familiar with nannou.

Directory Description examples/ A collection of examples demonstrating how to use nannou! generative_design/ Examples from Generative Gestaltung, ported from p5.js to nannou. nature_of_code/ Examples from Nature of Code, ported from Processing to nannou.

If you spot an example that interests you, you may run it with the following:

cargo run --release --example <example_name>

where <example_name> is the example's file name without the .rs. Note that the first run might take a while in order to build nannou first, but consecutive runs should be much quicker.

Libraries

The following nannou libraries are included within this repository.

Library Links Description nannou App, sketching, graphics, windowing and UI. nannou_audio Audio hosts, devices and streams. nannou_core Just-the-core for headless, embedded and libraries. nannou_draw The Draw API for 2D and 3D graphics. nannou_isf An Interactive Shader Format pipeline. nannou_laser LASER devices, streams and path optimisation. nannou_midi Simple MIDI input and output. nannou_osc Simple OSC sender and receiver. nannou_video Video decoding and playback. nannou_webcam Cross-platform webcam capture. nannou_wgpu WGPU helpers and extensions.

Links

  • Website
  • Guide
  • Slack / Matrix
  • Support nannou!

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •Welcome!
  • •Why Nannou?
  • •Why Rust?
  • •FOSS Licensing
  • •Getting Started
  • •Platform-specific Setup
  • •Installing Rust
  • •Editor Setup
  • •Running Examples
  • •Create A Project

> 标签

Rustcreative-coding

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言