--
You received this message because you are subscribed to the Google Groups "KiCad Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to devlist+u...@kicad.org.
To view this discussion on the web visit https://groups.google.com/a/kicad.org/d/msgid/devlist/04a7015e-b35d-4336-a095-c60c8edcf742n%40kicad.org.
Hi Seth!
I am not exactly "having problems", I just did not have time to write the code to solve the issue, yet.
I program also in C++, although I like C much more. Indeed I contributed (uncredited) to KiCAD in 2009/2010 (Perhaps Dick Hollenbeck still remembers me).
This project started as a way to sort P-CAD's schematic files so to help with version control, because every time P-CAD saves a file it shuffles all the elements around, making it impossible to do a diff. By sorting the elements of the file, the real differences can be spotted.
Then I noticed that it would be (relatively) easy to output KiCAD files too.
I did know about this other converter already, but it seemed to
me that it was not working (at least I could not make it work when
I needed, then I desisted using it).
My parsing engine is all table-based, except (in P-CAD's case) for four functions to deal with complicated elements, making it easy to create parsers for other file formats also.
But for now I don't have time to continue developing it. That's
why I published the code, so other may give it a try.
Cheers,
Isaac
You received this message because you are subscribed to a topic in the Google Groups "KiCad Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/a/kicad.org/d/topic/devlist/WMtN3o2ePfA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to devlist+u...@kicad.org.
To view this discussion on the web visit https://groups.google.com/a/kicad.org/d/msgid/devlist/CAFdeG-qe74xP4nOtjNNoxM7Tb-LJmqSd8-dsqdDyNv2VCqS4xw%40mail.gmail.com.
To view this discussion visit https://groups.google.com/a/kicad.org/d/msgid/devlist/ea9e7848-a6ec-42b4-a016-ad06c12f0418n%40kicad.org.