Web-app that simulates different types of color blindness from a user-provided input image.
- The color blindness simulation implementation was inspired by Vienot et al., 1999.
- This simulation is explained in this awesome post.
- Back-end written in actix-web.
- Backbone and guide for building a Rust-Web-App.
- Check more official and community actix examples!
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
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.
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