List valora

valora is a graphics library built specifically for generative fine art, which supports live coding, reproducible works, shaders, and more.
This commit is contained in:
Payton Turnage 2020-04-01 18:52:38 -07:00 committed by GitHub
parent 1304c62638
commit 114ccd93f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -240,6 +240,7 @@ See also [Games Made With Piston](https://github.com/PistonDevelopers/piston/wik
* [ivanceras/svgbob](https://github.com/ivanceras/svgbob) — converts ASCII diagrams into SVG graphics [<img src="https://api.travis-ci.org/ivanceras/svgbob.svg?branch=master">](https://travis-ci.org/ivanceras/svgbob)
* [RazrFalcon/svgcleaner](https://github.com/RazrFalcon/svgcleaner) — tidies SVG graphics
* [Twinklebear/tray_rust](https://github.com/Twinklebear/tray_rust) — A ray tracer [<img src="https://api.travis-ci.org/Twinklebear/tray_rust.svg?branch=master">](https://travis-ci.org/Twinklebear/tray_rust)
* [turnage/valora](https://crates.io/crates/valora) — A brush for generative fine art ![Rust](https://github.com/turnage/valora/workflows/Rust/badge.svg)
* Image processing:
* [mikigraf/Image-Processing-CLI-in-Rust](https://github.com/mikigraf/Image-Processing-CLI-in-Rust) — CLI for processing images, generating histograms. [![Build Status](https://api.travis-ci.org/spejss/Image-Processing-CLI-in-Rust.svg?branch=master)](https://travis-ci.org/spejss/Image-Processing-CLI-in-Rust)