Hi all,
I am very interested as well in getting JavaFX 1.0 support ready for Inkscape. I 've spent last holiday time to play with previous version and made some developments for javafx-out.cpp, javafx-out.h. I had no previous experience with inkscape, but I pretend to support the following features...
- JavaFX 1.0 syntax - gradients with some limitations (bugs) in radial gradient support - gaussian blur - images - texts
I tested everything under openSUSE 11.1 (x86). Of course, I am using netbeans 6.5 with Mac version of JavaFX 1.0 :)
I've checked my updates against some known examples I found on the web. The most useful for me were ...
http://chrisdesign.wordpress.com/2008/02/14/simple-metal-orb-using-gradients... http://howto.nicubunu.ro/shiny_web_buttons_inkscape/ http://openclipart.org/media/files/axcesar/3660
If somebody is interested, copy updated version found in attachment into ../src/extension/internal and just rebuild inkscape.
Hope somebody may look at the code and do further improvements.
Cheers, Sergey
On Jan 10, 2009, at 8:16 AM, Sergey Esenov wrote:
Hi all,
I am very interested as well in getting JavaFX 1.0 support ready for Inkscape. I 've spent last holiday time to play with previous version and made some developments for javafx-out.cpp, javafx-out.h. I had no previous experience with inkscape, but I pretend to support the following features...
- JavaFX 1.0 syntax
- gradients with some limitations (bugs) in radial gradient
support
- gaussian blur
- images
- texts
I tested everything under openSUSE 11.1 (x86). Of course, I am using netbeans 6.5 with Mac version of JavaFX 1.0 :)
...
If somebody is interested, copy updated version found in attachment into ../src/extension/internal and just rebuild inkscape.
Hope somebody may look at the code and do further improvements.
Thanks. I'll see if I can take a look. Since I'm mainly on a mac, that might work out well. Not being on windows was most of why I couldn't help with the XAML output, since being able to run a viewer to test things is important.
Hi!
Jon A. Cruz schrieb:
On Jan 10, 2009, at 8:16 AM, Sergey Esenov wrote:
Hope somebody may look at the code and do further improvements.
Thanks. I'll see if I can take a look. Since I'm mainly on a mac, that might work out well. Not being on windows was most of why I couldn't help with the XAML output, since being able to run a viewer to test things is important.
Any new progress of that? If you would provide me with a build for Windows, I could help testing...
Cheers, Adam
On Jan 16, 2009, at 5:23 AM, Adam Giemza wrote:
Hi!
Jon A. Cruz schrieb:
On Jan 10, 2009, at 8:16 AM, Sergey Esenov wrote:
Hope somebody may look at the code and do further improvements.
Thanks. I'll see if I can take a look. Since I'm mainly on a mac, that might work out well. Not being on windows was most of why I couldn't help with the XAML output, since being able to run a viewer to test things is important.
Any new progress of that? If you would provide me with a build for Windows, I could help testing...
Not quite yet.
My prior company had gone out of business, and I just started at a new job on the 5th. Plus I was getting ready for linux.conf.au that happens from the 19th to the 26.
After that I'll be getting back on track.
Jon A. Cruz schrieb:
Any new progress of that? If you would provide me with a build for Windows, I could help testing...
Not quite yet.
My prior company had gone out of business, and I just started at a new job on the 5th. Plus I was getting ready for linux.conf.au that happens from the 19th to the 26.
After that I'll be getting back on track.
Okay, so good luck with your new job and enjoy the linux conf. If there is anything I can help, tell me. I am a Java(FX) developer, but no skills on C. So I could help testing builds to work with JavaFX.
Looking forward to hear news from you!
Cheers, Adam
On Jan 18, 2009, at 10:20 PM, Adam Giemza wrote:
Okay, so good luck with your new job and enjoy the linux conf. If there is anything I can help, tell me. I am a Java(FX) developer, but no skills on C. So I could help testing builds to work with JavaFX.
Well, test cases and test harness work is always helpful.
Oh, and to fill you in, I've been working with Java professionally on and off since 1995, so I like it too. :-)
participants (4)
-
Adam Giemza
-
Alexandre Prokoudine
-
Jon A. Cruz
-
Sergey Esenov