LegalizeAdulthood / iterated-dynamics

Iterated Dynamics is an open source fractal generator with support for many fractal types.
https://legalizeadulthood.github.io/iterated-dynamics/
GNU General Public License v3.0
21 stars 8 forks source link

Allow named colormaps and a file/item for maps #55

Open LegalizeAdulthood opened 2 months ago

LegalizeAdulthood commented 2 months ago

Map files are currently (up to) 256 lines of r/g/b values intended for loading into a hardware color lookup table. However, lots of maps get generated and because they all have to be in separate files, this leads to a profusion of color map files.

It would be better if they could be organized into named entries in a catalog with a single file per catalog, like we have for parameters, formulas, IFS definitions and L-system definitions.