Nannou – 一个用于 Rust 的创意编程框架
Nannou – A creative coding framework for Rust

原始链接: https://github.com/nannou-org/nannou

## Nannou:Rust 创意编程 Nannou 是一款新的开源工具包,旨在赋能使用 Rust 编程语言的艺术家。它受到 Processing、OpenFrameworks 和 Cinder 等流行框架的启发,旨在提供一个简单、快速和可靠的环境,用于创意表达——从快速草图到长期装置。 目前正在积极开发中,Nannou 在一个代码仓库中提供了一系列库,以方便视觉和交互项目。用户可以通过 `cargo run --release --example ` 运行众多示例来学习该框架。 尽管仍在发展中,Nannou 为寻求在创意编程中利用 Rust 的性能和安全优势的艺术家提供了有希望的基础,并欢迎社区贡献。其中包含一些工具,但仍在不断完善。

Hacker News 新闻 | 过去 | 评论 | 提问 | 展示 | 招聘 | 提交 登录 Nannou – 一个用于 Rust 的创意编程框架 (github.com/nannou-org) 4 分,来自 dmit 1 小时前 | 隐藏 | 过去 | 收藏 | 讨论 指南 | 常见问题 | 列表 | API | 安全 | 法律 | 申请 YC | 联系方式 搜索:
相关文章

原文

nannou_logo

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.

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

The following collection of examples are a great way to get familiar with 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.

The following nannou libraries are included within this repository.

A couple of tools are also included, though there some issues we would like to address before we can recommend using them just yet!

联系我们 contact @ memedata.com