From 114ccd93f824b9c742d290a4b542e20b000e32e9 Mon Sep 17 00:00:00 2001 From: Payton Turnage Date: Wed, 1 Apr 2020 18:52:38 -0700 Subject: [PATCH 1/2] List valora valora is a graphics library built specifically for generative fine art, which supports live coding, reproducible works, shaders, and more. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 991e2f8..9da9ffd 100644 --- a/README.md +++ b/README.md @@ -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 [](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 [](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) From e23a05683f4dbabe04756ee358b5b1fda2b84268 Mon Sep 17 00:00:00 2001 From: Payton Turnage Date: Wed, 1 Apr 2020 21:22:55 -0700 Subject: [PATCH 2/2] Add branch to valora github actions banch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9da9ffd..2b4fd39 100644 --- a/README.md +++ b/README.md @@ -240,7 +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 [](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 [](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) +* [turnage/valora](https://crates.io/crates/valora) — A library for generative fine art ![Rust](https://github.com/turnage/valora/workflows/Rust/badge.svg?branch=master) * 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)