
Just to help get started, I made an output class, JavaFXOutput, in javafx-out.cpp/.h . It does produce output, though it's not ready yet. It needs to be tweaked/fixed/etc. Anyone who wants to help, please take a look. It's very simple and easy to modify.
I adjusted both Makefile_insert and the Cmake files. Anyone who has a problem with compiling, please let me know.
bob
Silveira Neto wrote:
Thanks for your quick answers.
I took a look at pov-out.cpp and .h at src/extensions/internal/ from the SVN, Inkscape version 0.46. I saw that you are the author of this code. I also compiled the entire Inkscape, but I could not find out how to test exporting a Inkscape SVG drawing into a Pov-ray file. Should I enable it during the ./configure phase?
On Tue, Jul 29, 2008 at 10:15 AM, Bob Jamison <rwjj@...127... mailto:rwjj@...127...> wrote:
I think that this would be very similar to the Povray output extension, pov-out.cpp. Someone might look there for a simple example of how to output the svg tree as something else.