Skip to content

v1.0.0 - Release

Choose a tag to compare

@BjoernGit BjoernGit released this 25 Jun 21:23
· 50 commits to main since this release

v1.0.0 - First Release - Production Ready! 🚀

v1.0.0 - Batched Rendering & Performance Optimization

Major Features:

  • Batched Rendering System: Massively reduced draw calls
  • Screen-Space Line Thickness: Consistent handle appearance at any distance
  • Free Rotation Handle: Added intuitive camera-facing rotation ring

Performance Improvements:

  • ✨ 95% reduction in draw calls when handles are visible
  • 🎯 Optimized line thickness calculation with adjustable multiplier
  • ⚡ Reduced parallel line count for thick line rendering (30% of original)

Bug Fixes:

  • Fixed rotation handle hover detection for all segments
  • Fixed free rotation tangent calculation for intuitive control
  • Corrected line thickness scaling with camera distance

Full Changelog: v0.2.0...v1.0.0