Skip to content

Releases: jrullan/P2GUI

Optimized driver with drawFastXLine functions

26 May 16:10
Compare
Choose a tag to compare
  • This release includes a new optimized driver version that includes drawFastHLine and drawFastVLine. Now drawLine uses these for orthogonal lines and for fillCircle, speed has improved a lot.
  • These new functions are also exposed through the Graphics object.
  • New version of drawLine detects if line is orthogonal and uses the drawFastXLine functions.
  • The Dial widget now uses fillCircle instead of fillRectangle to fill the inside of the dial only. With the new drawFastHLine method instead of the older drawLine method, it improved significantly the time it took to use fillCircle.

Baseline release as of 2023-05-04

04 May 14:40
Compare
Choose a tag to compare
Pre-release

First release with all widgets working and example code. Tested on Propeller Tool 2.9.3, Simple Tools 0.27.3, and FlexProp 6.1.1.