Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@hageldave hageldave released this 12 Oct 00:24
· 769 commits to master since this release
<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
  • ColorMaps
  • 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