All Projects → carrascomj → dalted

carrascomj / dalted

Licence: Apache-2.0, MIT licenses found Licenses found Apache-2.0 LICENSE-APACHE MIT LICENSE-MIT
Image processing web-app for color blindness

Programming Languages

rust
11053 projects
HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to dalted

MojimojiEmoji
네이버 웨일 브라우저 확장앱 - 모지모지 이모지😊
Stars: ✭ 14 (-17.65%)
Mutual labels:  vanilla-javascript
Smart-Text-Editor
The text editor that requires only a browser and a keyboard!
Stars: ✭ 60 (+252.94%)
Mutual labels:  vanilla-javascript
tox-progress
This JavaScript library was made to easily create animated radial progress bars.
Stars: ✭ 13 (-23.53%)
Mutual labels:  vanilla-javascript
mm-components
Music Markups components
Stars: ✭ 50 (+194.12%)
Mutual labels:  vanilla-javascript
vanilla-js
Projects using pure JavaScript without any external libraries or frameworks
Stars: ✭ 129 (+658.82%)
Mutual labels:  vanilla-javascript
risso
A comment server written in Rust
Stars: ✭ 16 (-5.88%)
Mutual labels:  actix-web
i18n-language.js
i18n-language.js is Simple i18n language with Vanilla Javascript
Stars: ✭ 21 (+23.53%)
Mutual labels:  vanilla-javascript
upload
How to Upload a File to a Server in PHP
Stars: ✭ 83 (+388.24%)
Mutual labels:  vanilla-javascript
No-Framework-VanillaJS
Vanilla JavaScript로 여러 기능 구현하기🎓
Stars: ✭ 84 (+394.12%)
Mutual labels:  vanilla-javascript
crates-io-cn
Source code of crates-io.cn, also tools sets for sync crates.io
Stars: ✭ 20 (+17.65%)
Mutual labels:  actix-web
ColorBlindr
Color blindness simulator for Unity
Stars: ✭ 65 (+282.35%)
Mutual labels:  color-blindness
cachu-slider
🌈 🔆 Create animated full screen and content-fit sliders efficiently.
Stars: ✭ 30 (+76.47%)
Mutual labels:  vanilla-javascript
mCaptcha
A no-nonsense CAPTCHA system with seamless UX | Backend component
Stars: ✭ 473 (+2682.35%)
Mutual labels:  actix-web
git-lfs-ipfs
Use IPFS as a git-lfs endpoint
Stars: ✭ 41 (+141.18%)
Mutual labels:  actix-web
priority-plus
A modern implementation of the priority plus navigation pattern.
Stars: ✭ 30 (+76.47%)
Mutual labels:  vanilla-javascript
roll
RPG dice roller with both Rust CLI and ClojureScript Web interfaces
Stars: ✭ 14 (-17.65%)
Mutual labels:  actix-web
tablist
WAI-ARIA tab plugin without dependencies.
Stars: ✭ 21 (+23.53%)
Mutual labels:  vanilla-javascript
snake-game
Classic snake game built in Vanilla JavaScript using the Canvas API
Stars: ✭ 56 (+229.41%)
Mutual labels:  vanilla-javascript
js-calendar
The lightest Javascript calendar out there, without any dependency.
Stars: ✭ 37 (+117.65%)
Mutual labels:  vanilla-javascript
periodic-table.io
periodic-table.io
Stars: ✭ 37 (+117.65%)
Mutual labels:  vanilla-javascript

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].