The project is available at google code: <http://code.google.com/p/xcircuit-qt>
To check out using subversion: <svn checkout http://xcircuit-qt.googlecode.com/svn/trunk/ xcircuit> I'm syncing my repository to google code daily. Note that the code, while somewhat functional, is not really fit for much in the way of productive use. Caveat emptor. I will gladly accept patches / bug reports from people who attempt to compile it on various platforms. It won't compile under Qt on Windows yet, since there are some Unix-isms left to be eviscerated. If anyone wants to work on larger chunks of code, there are be subprojects that can be dealt with pretty much in isolation. Non-exhaustively, from the top of my head, in no particular order: 1. Implement a QImage loader that uses ghostscript api (gsapi) to import postscpt/pdf into the QImage. This should work on all platforms by using the gsapi via the shared library, not using the ghostscript process. 2. Implement output widget. Cheers, Kuba _______________________________________________ Xcircuit-dev mailing list [email protected] http://www.opencircuitdesign.com/mailman/listinfo/xcircuit-dev
