Skip to content

carrascomj/dalted

Repository files navigation

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

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published