Julia packages for working with color schemes, and a color scheme inspired by the Norwegian forest.
- Julia 92.7%
- GLSL 7.3%
| BezierCurves | ||
| Chanterelle | ||
| ColorAnalysis | ||
| ColorSchemeTool | ||
| scripts | ||
| .gitignore | ||
| Manifest.toml | ||
| Project.toml | ||
| README.md | ||
Chanterelle
A Julia project for creating and analyzing color schemes with an interactive GUI tool.
Quick Start
-
Start Julia with the project:
julia --project=. -
Install dependencies:
using Pkg; Pkg.instantiate() -
Run the GUI tool:
using ColorSchemeTool colorschemetool()
Project Structure
- Chanterelle/: Core color scheme definitions
- ColorAnalysis/: Analysis and plotting utilities
- ColorSchemeTool/: Interactive GUI application for color scheme creation
Features
- Interactive color scheme editor with GUI
- Advanced color spaces (Oklch, LCHab) for perceptually uniform schemes
- Color analysis and plotting capabilities
- Predefined color schemes: chanterelle, chanterelle_lchab, sunflower