Oak v3.2.0
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.