Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!

Scenegraph

  • submit to reddit

Rich Graphics with Apache Pivot 2.0

Pivot 2.0 is expected to be released shortly and there are some great enhancements in this version. Just one that I'm excited about is the new SVG support, thanks to the integration of SVGSalamander. Using Pivot 2.0's Drawing class it is easy to load and...

9 replies - 6295 views - 11/02/10 by Thomas Buhr in Articles

JavaFX: Developing Rich Internet Applications

The main audience targeted by this book is Java developers since many JavaFX concepts are built on top of the Java platform. In addition, it targets non-Java application developers and graphic...

5 replies - 8432 views - 09/18/09 by Morten Nobel-Jø... in Book Reviews

The JavaFX Scenegraph Dilemma

There is a problem with JavaFX when using it to render more complex scenes: the scene’s memory use increases and performance degrades as more and more nodes are added to the scene. "A dilemma is a problem offering at least two solutions or...

28 replies - 7199 views - 08/06/09 by Thomas Buhr in Articles