An attempt to visualize how Hue is calculated from RGB.
Run lein figwheel
in your terminal. Wait for a while until you see Successfully compiled "resources/public/js/main.js"
.
Open localhost:3449 in your browser.
Run
lein do clean, cljsbuild once optimized
This will compile your code and run Google Closure Compiler with advanced optimizations. Take resources/public/index.html
and resources/public/js/main.js
and upload them to server of your choice.
- Animate matrix rotation with top projection
- Add color input & animation controls
- Draw the input color's hexagon
- Display rotation matrix used for each step
MIT © Nathan Dao