Group project for 02-601
This is a simple color calculator for automotive paints.
- https://github.com/draffensperger/golp
- https://github.com/therecipe/qt
- qt5
Follow the installation instructions of the two github repositories to intall them.
To install qt5, you can use homebrew.
You have to have these files from this package in your go directory:
- main.go
- coreFunc.go
- drawCar.go
- convertColor.go
Run go build and then you can execute the executable file!
data.csv is an example input file of this program. You can also write your own, simply use the same colunms of the given file. BadData is a bad example, which cannot be successfully converted to a slice of Pigments.
Run the executable file after building it. The GUI should pop up. Click on buttons to use the functions you need. The color range function is not available at this point.
There is a help button on the main window where you can find instructions of the functions.