Skip to content

Releases: cubic9com/m5core2_delaunay

v1.0.1

22 Mar 21:09

Choose a tag to compare

m5core2_delaunay 1.0.1 Release Notes

About This Release

Comprehensive performance optimization

  • Eliminate duplicate rendering on touch events
  • Implement circumcircle caching
  • Reuse triangle buffer to reduce allocations
  • Optimize sqrt() calculations in physics
  • Enhance line rendering quality with bidirectional offset
  • Adjust frame rate to 60fps (10ms→16ms delay)
  • Enable aggressive compiler optimizations (-O3, -ffast-math, -funroll-loops)

Full Changelog: v1.0.0...v1.0.1