Skip to content

Oak v3.2.0

Compare
Choose a tag to compare
@200sc 200sc released this 11 Dec 18:58
· 266 commits to master since this release
6a1342f

This release:

  • Enhances floatgeom.Polygon2 with some containment helpers.
  • Fixes LastMouseEvent usage to work with relative mouse events.
  • Adds render.ColorBoxR, a smaller, theoretically more efficient color box which is not modifiable.
  • Adds Driver to oak.Config, to make switching drivers easier.
  • Adds a double buffer to oak's standard draw loop. This theoretically should make drawing both more consistent, and enable drivers which directly render the buffer oak sends without copying it.