Farseen
Farseen
Thats a good point. Also my plan was that hospitals, oxygen plants, and other organizations may update the data at the source itself at regular intervals, say every 6 hours...
I have updated the checkmark in the first post to be a feature request.
I haven't built it on Windows. The GUI is not complete yet. Hopefully will complete the GUI today and build for windows tomorrow. :)
I made some changes to meson.build file. Now it should build under MSYS2 MinGW environment. The compiler provided by tdm-gcc was released in 2015. I had used some C++17 features...
[Build.zip](https://github.com/jpt13653903/Gerber2PDF/files/2611975/Build.zip) Here's the executable with required dependencies. Still to implement: Background layer color, `-page_size` option, output file selection, execution of final batch script. Currently, generated batch script is printed to...
The combine checkbox is replaced with a new page separator. Thanks for the idea. It made the UI more intuitive. The color button will let us input RGB and A...
> * My converter will not like files starting with `file://` Oops.. It was a dummy entry that I inserted for quick testing of UI. The files loaded using the...
> * I REALLY like the colour pop-up info box :-) Thanks to https://github.com/ocornut/imgui :-)
[Build.zip](https://github.com/jpt13653903/Gerber2PDF/files/2612667/Build.zip) Fixed resize issue, removed C++17 features.
Hmm.. The color buttons have an id, to keep track of which entry the color belongs to. I have been generating the id from file name. I think I should...