Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unconed/uncolorblind
Uncolor blindness goggles (Web / JS / GLSL)
https://github.com/unconed/uncolorblind
Last synced: 1 day ago
JSON representation
Uncolor blindness goggles (Web / JS / GLSL)
- Host: GitHub
- URL: https://github.com/unconed/uncolorblind
- Owner: unconed
- License: mit
- Created: 2020-05-21T21:37:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T06:41:48.000Z (almost 2 years ago)
- Last Synced: 2024-08-03T15:06:20.082Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 8.92 MB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Un-Colorblind
**Un-Colorblind** is a web app that shows color in ways the color-blind can see more easily.
It is based on an [animated, parameteric GLSL shader](./src/shader.glsl), which implements the a few different dithering strategies and has a bunch of adjustable sliders.
### Online Version
[Try the online demo](https://unblind.tech/).
### Installation
- Set up a `node.js` environment with `yarn`.
- Clone this repo
- Run `yarn install`
- Run `yarn run dev`
- Run a local webserver such as `updog` in the `public`.### License / Credit
Code is [MIT licensed](LICENSE.md).
By [Steven Wittens](https://acko.net/).