zvrablik / marlin-renderer

Marlin is a FAST Java2D antialised renderer based on openjdk's pisces

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Marlin-renderer

Marlin is an open source (GPL2+CP) Java2D RenderingEngine optimized for performance (improved memory usage (less GC) and footprint, better multi-threading) based on openjdk's pisces implementation.

Latest release: https://github.com/bourgesl/marlin-renderer/releases/latest

License

As marlin is a fork from OpenJDK 8 pisces, its license is the OpenJDK's license = GPL2+CP:

GNU General Public License, version 2, with the Classpath Exception

The GNU General Public License (GPL)

Version 2, June 1991

See License.md

Performance

See the Benchmarks

Documentation

Documentation on how to use and tune the renderer is available in the wiki

Getting in touch

Users and developers interested in the Marlin-renderer are kindly invited to join the marlin-renderer Google Group.

Contributing

Contributions are welcomed, get in touch with us on the marlin-renderer Google Group and share your improvements via pull requests. Since we aim, one day, to contribute this renderer back to OpenJDK, we will accept contributions only from people that have signed the Oracle Contribution Agreeement

Related projects

Mapbench provides benchmarking tools based on real world map painted by the GeoServer WMS server

About

Marlin is a FAST Java2D antialised renderer based on openjdk's pisces

License:Other


Languages

Language:Java 99.9%Language:Shell 0.1%