Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/unconed/uncolorblind

Uncolor blindness goggles (Web / JS / GLSL)
https://github.com/unconed/uncolorblind

Last synced: about 2 months ago
JSON representation

Uncolor blindness goggles (Web / JS / GLSL)

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/).