{"id":13550084,"url":"https://github.com/nannou-org/nannou","last_synced_at":"2025-05-13T15:04:44.839Z","repository":{"id":38151052,"uuid":"102113773","full_name":"nannou-org/nannou","owner":"nannou-org","description":"A Creative Coding Framework for Rust.","archived":false,"fork":false,"pushed_at":"2025-03-17T23:58:20.000Z","size":33470,"stargazers_count":6223,"open_issues_count":276,"forks_count":313,"subscribers_count":80,"default_branch":"master","last_synced_at":"2025-05-05T22:41:46.062Z","etag":null,"topics":["creative-coding"],"latest_commit_sha":null,"homepage":"https://nannou.cc/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nannou-org.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"open_collective":"nannou"}},"created_at":"2017-09-01T13:07:25.000Z","updated_at":"2025-05-05T12:18:51.000Z","dependencies_parsed_at":"2024-01-21T04:31:36.345Z","dependency_job_id":"81a3d6e1-5280-4159-b434-1da8c1178b2e","html_url":"https://github.com/nannou-org/nannou","commit_stats":{"total_commits":1266,"total_committers":110,"mean_commits":11.50909090909091,"dds":0.4052132701421801,"last_synced_commit":"c8ac92d6c59b6dbd78bb903207a9c20013f7b7d1"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nannou-org%2Fnannou","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nannou-org%2Fnannou/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nannou-org%2Fnannou/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nannou-org%2Fnannou/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nannou-org","download_url":"https://codeload.github.com/nannou-org/nannou/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252816535,"owners_count":21808703,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["creative-coding"],"created_at":"2024-08-01T12:01:28.770Z","updated_at":"2025-05-13T15:04:39.830Z","avatar_url":"https://github.com/nannou-org.png","language":"Rust","funding_links":["https://opencollective.com/nannou"],"categories":["Rust","Open Source Projects"],"sub_categories":[],"readme":"# nannou [![Actions Status](https://github.com/nannou-org/nannou/workflows/nannou/badge.svg)](https://github.com/nannou-org/nannou/actions) [![Backers on Open Collective](https://opencollective.com/nannou/backers/badge.svg)](https://guide.nannou.cc/contributors.html#backers) [![Sponsors on Open Collective](https://opencollective.com/nannou/sponsors/badge.svg)](https://guide.nannou.cc/contributors.html#sponsors)\n\n![nannou_logo](https://i.imgur.com/1ldLFfj.png)\n\nAn open-source creative-coding toolkit for Rust.\n\n**nannou** is a collection of code aimed at making it easy for artists to\nexpress themselves with simple, fast, reliable, portable code.  Whether working\non a 12-month installation or a 5 minute sketch, this framework aims to\ngive artists easy access to the tools they need.\n\nThe project was started out of a desire for a creative coding framework inspired\nby Processing, OpenFrameworks and Cinder, but for Rust. \u003csup\u003eNamed after\n[this](https://www.youtube.com/watch?v=A-Pkx37kYf4).\u003c/sup\u003e\n\n|     |     |     |\n| --- |:---:| ---:|\n| [![1](https://i.imgur.com/kPn91tW.gif)](https://github.com/nannou-org/nannou/blob/master/examples/draw/draw_polygon.rs) | [![2](https://i.imgur.com/gaiWHZX.gif)](https://github.com/nannou-org/nannou/blob/master/examples/ui/egui/simple_ui.rs) | [![3](https://i.imgur.com/lm4RI4N.gif)](https://github.com/nannou-org/nannou/blob/master/examples/draw/draw_polyline.rs) |\n\n### A Quick Note\n\nIt is still early days and there is a lot of work to be done. Feel free to help out!\n\n## The Guide\n\n- [**Welcome!**](https://www.guide.nannou.cc/)\n- [**Why Nannou?**](https://www.guide.nannou.cc/why_nannou.html)\n  - [**Goals**](https://www.guide.nannou.cc/why_nannou.html#goals)\n  - [**Why Rust?**](https://www.guide.nannou.cc/why_nannou.html#why-rust)\n  - [**FOSS Licensing**](https://guide.nannou.cc/why_nannou.html#why-the-apachemit-dual-licensing)\n- [**Getting Started**](https://www.guide.nannou.cc/getting_started.html)\n  - [**Platform-specific Setup**](https://www.guide.nannou.cc/getting_started/platform-specific_setup.html)\n  - [**Installing Rust**](https://www.guide.nannou.cc/getting_started/installing_rust.html)\n  - [**Editor Setup**](https://www.guide.nannou.cc/getting_started/editor_setup.html)\n  - [**Running Examples**](https://www.guide.nannou.cc/getting_started/running_examples.html)\n  - [**Create A Project**](https://www.guide.nannou.cc/getting_started/create_a_project.html)\n  - [**Upgrading to a New Release**](https://guide.nannou.cc/getting_started/upgrading.html)\n- [**Tutorials**](https://www.guide.nannou.cc/tutorials.html)\n- [**Community Tutorials**](https://www.guide.nannou.cc/community_tutorials.html)\n- [**Developer Reference**](https://www.guide.nannou.cc/developer_reference.html)\n- [**API Reference**](https://www.guide.nannou.cc/api_reference.html)\n- [**Showcases**](https://www.guide.nannou.cc/showcases.html)\n- [**Changelog**](https://www.guide.nannou.cc/changelog.html)\n- [**Contributors**](https://www.guide.nannou.cc/contributors.html)\n- [**Code of Conduct**](https://guide.nannou.cc/code_of_conduct.html)\n\n## Examples\n\nThe following collection of **examples** are a great way to get familiar with nannou.\n\n| **Directory** | **Description** |\n| --- | --- |\n| [**`examples/`**](./examples) | A collection of examples demonstrating how to use nannou! |\n| [**`generative_design/`**](./generative_design) | Examples from [Generative Gestaltung](http://www.generative-gestaltung.de/), ported from p5.js to nannou. |\n| [**`nature_of_code/`**](./nature_of_code) | Examples from [Nature of Code](https://natureofcode.com/), ported from Processing to nannou. |\n\nIf you spot an example that interests you, you may run it with the following:\n\n```\ncargo run --release --example \u003cexample_name\u003e\n```\n\nwhere `\u003cexample_name\u003e` is the example's file name without the `.rs`. Note that\nthe first run might take a while in order to build nannou first, but consecutive\nruns should be much quicker.\n\n## Libraries\n\nThe following nannou **libraries** are included within this repository.\n\n| **Library** | **Links** | **Description** |\n| --- | --- | --- |\n| [**`nannou`**](./nannou) | [![Crates.io](https://img.shields.io/crates/v/nannou.svg)](https://crates.io/crates/nannou) [![docs.rs](https://docs.rs/nannou/badge.svg)](https://docs.rs/nannou/) | App, sketching, graphics, windowing and UI. |\n| [**`nannou_audio`**](./nannou_audio) | [![Crates.io](https://img.shields.io/crates/v/nannou_audio.svg)](https://crates.io/crates/nannou_audio) [![docs.rs](https://docs.rs/nannou_audio/badge.svg)](https://docs.rs/nannou_audio/) | Audio hosts, devices and streams. |\n| [**`nannou_core`**](./nannou_core) | [![Crates.io](https://img.shields.io/crates/v/nannou_core.svg)](https://crates.io/crates/nannou_core) [![docs.rs](https://docs.rs/nannou_core/badge.svg)](https://docs.rs/nannou_core/) | Just-the-core for headless, embedded and libraries. |\n| [**`nannou_egui`**](./nannou_egui) | [![Crates.io](https://img.shields.io/crates/v/nannou_egui.svg)](https://crates.io/crates/nannou_egui) [![docs.rs](https://docs.rs/nannou_egui/badge.svg)](https://docs.rs/nannou_egui/) | For creating egui UIs in nannou apps. |\n| [**`nannou_isf`**](./nannou_isf) | [![Crates.io](https://img.shields.io/crates/v/nannou_isf.svg)](https://crates.io/crates/nannou_isf) [![docs.rs](https://docs.rs/nannou_isf/badge.svg)](https://docs.rs/nannou_isf/) | An Interactive Shader Format pipeline. |\n| [**`nannou_laser`**](./nannou_laser) | [![Crates.io](https://img.shields.io/crates/v/nannou_laser.svg)](https://crates.io/crates/nannou_laser) [![docs.rs](https://docs.rs/nannou_laser/badge.svg)](https://docs.rs/nannou_laser/) | LASER devices, streams and path optimisation. |\n| [**`nannou_mesh`**](./nannou_mesh) | [![Crates.io](https://img.shields.io/crates/v/nannou_mesh.svg)](https://crates.io/crates/nannou_mesh) [![docs.rs](https://docs.rs/nannou_mesh/badge.svg)](https://docs.rs/nannou_mesh/) | API for composing meshes from channels. |\n| [**`nannou_osc`**](./nannou_osc) | [![Crates.io](https://img.shields.io/crates/v/nannou_osc.svg)](https://crates.io/crates/nannou_osc) [![docs.rs](https://docs.rs/nannou_osc/badge.svg)](https://docs.rs/nannou_osc/) | Simple OSC sender and receiver. |\n| [**`nannou_wgpu`**](./nannou_wgpu) | [![Crates.io](https://img.shields.io/crates/v/nannou_wgpu.svg)](https://crates.io/crates/nannou_wgpu) [![docs.rs](https://docs.rs/nannou_wgpu/badge.svg)](https://docs.rs/nannou_wgpu/) | WGPU helpers and extensions. |\n\n## Tools\n\nA couple of tools are also included, though there some issues we would like to\naddress before we can recommend using them just yet!\n\n| **Tool** | **Links** | **Description** |\n| --- | --- | --- |\n| [**`nannou_new`**](./nannou_new) | [![Crates.io](https://img.shields.io/crates/v/nannou_new.svg)](https://crates.io/crates/nannou_new) | A nannou project generator. |\n| [**`nannou_package`**](./nannou_package) | [![Crates.io](https://img.shields.io/crates/v/nannou_package.svg)](https://crates.io/crates/nannou_package) | For packaging nannou apps for distribution. |\n\n## Links\n\n- [Website](https://www.nannou.cc/)\n- [Guide](https://www.guide.nannou.cc/)\n- [Slack](https://communityinviter.com/apps/nannou/join-nannou-slack) / [Matrix](https://matrix.to/#/+nannou:matrix.org)\n- [Support nannou!](https://opencollective.com/nannou)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnannou-org%2Fnannou","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnannou-org%2Fnannou","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnannou-org%2Fnannou/lists"}