carrascomj / dalted

Image processing web-app for color blindness

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alt text
build

What is Dalted?

Web-app that simulates different types of color blindness from a user-provided input image.

Resources

  1. The color blindness simulation implementation was inspired by Vienot et al., 1999.
  2. This simulation is explained in this awesome post.
  3. Back-end written in actix-web.
  4. Backbone and guide for building a Rust-Web-App.
  5. Check more official and community actix examples!

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Run locally

The first step is to install Rust:

# Unix-like OS
curl https://sh.rustup.rs -sSf | sh

After cloning this repository, it can be run in the browser with cargo:

git clone https://github.com/carrascomj/dalted.git
# enable --release for optimized compilation (but slower build process)
cargo run #--release

About

Image processing web-app for color blindness

License:Apache License 2.0


Languages

Language:Rust 41.6%Language:HTML 31.6%Language:CSS 14.5%Language:JavaScript 12.4%