Rusty image synthesizer
Find a file
2026-02-09 18:27:33 +01:00
src publishing commit 2026-02-09 18:25:27 +01:00
.envrc Initial commit 2026-02-09 13:17:27 +01:00
.gitignore publishing commit 2026-02-09 18:25:27 +01:00
Cargo.lock graph message 2026-02-09 18:27:33 +01:00
Cargo.toml graph message 2026-02-09 18:27:33 +01:00
graph.png graph 2026-02-09 18:26:11 +01:00
main.rs Initial commit 2026-02-09 13:17:27 +01:00
README.md graph message 2026-02-09 18:27:33 +01:00
shell.nix some basic operations 2026-02-09 16:10:13 +01:00

ImgSyn Image Synthesizer

ImgSyn is an image synthesizer written in rust, capable of applying layered effects and transformations to a canvas to produce an image. The image can then be given out as a PNG, or accessed from rust directly.

Notably, ImgSyn uses the same model as rust iterators, just for images.

A graph created in ImgSyn - See git repo if it doesn't display

See the tests in lib.rs for some examples.