Experience a fast open-source java2D antialiasing rasterizer: Marlin renderer
Join the DZone community and get the full member experience.
Join For FreeThe Marlin renderer is an open-source Java2D antialiasing renderer based on OpenJDK's Pisces but optimized for best performance, improved accuracy and scalability needed by typical graphical applications (desktop or web-based) like GIS ...
Marlin will be integrated in OpenJDK9 : see JEP 265.
Please try it already with your application (Oracle JDK or OpenJDK supported 7/8) and give us your feedback !
Project page:
https://github.com/bourgesl/marlin-renderer/
How to use:
https://github.com/bourgesl/marlin-renderer/wiki/How-to-use
Benchmarks:
All results (data + plots) are available on the wiki page:
https://github.com/bourgesl/marlin-renderer/wiki/Benchmarks
Marlin vs ductus (Oracle JDK's closed-source renderer) (1 thread):

Scalability test: Marlin vs ductus (Oracle JDK's closed-source renderer) (1, 2, 4 threads):
See Geoserver's blog for real-application benchmarks (early Marlin release):
Laurent Bourgès
Opinions expressed by DZone contributors are their own.
Comments