This repository contains a collection of tools surrounding colour. Entrypoints are the user-exposed applications which consume the core technology such as colour creation and manipulation and colour managed canvas rendering.
Here is a table of the current entrypoints in the repository.
- Colour Blindness - Live Demo
- 3D LUT - Live Demo
- Abney vs Gaussian Width - Live Demo
- Gamut Mapping - Live Demo
- Gaussian Width Desaturation Circle - Live Demo
- Logarithmic Brightness Steps - Live Demo
- Quadratic Sigmoid - Live Demo
- Scene Renderer - Live Demo
- Self Reflection Viewer - Live Demo
- Spectral Colour Picker - Live Demo
- Spectral Colour Validator - Live Demo
- Clone the repository
git clone [email protected]:Smilebags/spectral-utilities.git
- Install dependencies
npm i
- Copy
entrypoint/*/*.html
files to corresponding folder indist
- Run the compiler in watch mode
npm run dev
- In another terminal window, serve the application
npm run serve