colour-science / GSoC

Google Summary of Code - Colour Science for Python
https://www.colour-science.org/
BSD 3-Clause "New" or "Revised" License
12 stars 1 forks source link

CxF support - how integrated into or separate from Colour should it be? #4

Open JGoldstone opened 1 year ago

JGoldstone commented 1 year ago

Three possibilities:

  1. Add as part of Colour, much as we have IES TM 27 14 support today. Everyone who uses Colour gets it.
  2. Develop as a package that depends on Colour.
  3. Develop as a package that doesn't depend on Colour, allowing straightforward open-source access to CxF for packages and applications that don't want to depend on Colour or, transitively, Colors dependencies.

Which should it be? Or is there some other possibility that I'm missing?