Skip to content

v1.05

Compare
Choose a tag to compare
@akevalion akevalion released this 27 Oct 13:14
· 3513 commits to master since this release
  • Intruduce dirty rectangle, we do not draw every thing
image

Introducing the revolutionary "Dirty Rectangle" system in Roassal Pharo! Say goodbye to the hassle of redrawing everything – now, your visualizations are smarter and more efficient than ever before.

  • condense code.
  • New file format for source code
  • new dependencies for Pharo
  • Example browser now contains 2 buttons to show the dirty rectangle and the encompassing rectangles in each example
image
  • More tests
  • encompassingRectangle now considers border width.
  • RSCanvas now has method invalidate that redraws everything, instead of signalUpdate.
  • signalUpdate now only redraws the dirty rectangle.
  • shapes now has a flag to know if they are dirty.
  • RTree is a separated project now https://github.com/pharo-graphics/RTree