> from what I've read today seems that Prism will be available to Java > SE BUT only via NetBeans Platform applications ...
> But the problem is that it should have native components, so not > usable only via subclassing Java code :-( I didn't see any mention of this. Can you include a link? > So my proposal to think for Pivot 3 to see if the OpenGL way could be > right ... or at least as a starting point to go in that direction. I'm more inclined to wait and see what Prism actually looks like. From what I read, it will use DirectX on Windows and OpenGL on other platforms - if it is accessible to JavaSE, it would probably be an easier approach than wrapping JOGL, for example. > On the HTML5 Canvas I've read something telling that the work inside > in handled with a single thread (at least in current implementations, > but I could be wrong), but some future tests could be interesting ... All UI work in Pivot (and almost every other windowing toolkit) happens on a single thread, so this isn't a major issue.
