Version 0.2.0
<dependency>
<groupId>com.github.hageldave.jplotter</groupId>
<artifactId>jplotter</artifactId>
<version>0.2.0</version>
</dependency>
Major Changes:
- possible GL context sharing across FBOCanvases
- API change in implementations of
Renderable
where adding operations return the newly created*Details
objects for further customization - Lines with segments of variable thickness
- Lines with stroke patterns
ColorMap
s- Improved text rendering for rotated text (using signed distance fields)
- Platform independent font usage (using Ubuntu Mono)
PickingRegistry
for better management of picking color and associated objects