This looks very interesting! I have few questions:
1) Can this export the settings/parameters into a text format like JSON, such that I could import that file and recreate the same circle?
2) If the above is true, is there a way to use this tool from the command line, for scripting? Like `./magic_circle.exe --file settings.json --output circle.png` ?
This would be an awesome way to generate some specific circles in batches, I would simply have a python script modify the JSON before calling this to generate the image.
Thanks!