pd-lua icon indicating copy to clipboard operation
pd-lua copied to clipboard

Improvements to pdlua graphics

Open timothyschoen opened this issue 2 months ago • 0 comments

  • Paths are now calculated as floating points instead of integers, allowing for better accuracy. This is especially noticeable for Bezier curves.
  • Small optimisations, reduced the amount of memory allocation, this simplified it as well.
  • Pd-vanilla and plugdata now use the same system for calculating paths.
  • Small changes to plugdata's implementation so that pdlua graphics are GPU accelerated

timothyschoen avatar Apr 23 '24 22:04 timothyschoen