Skip to content

Releases: FabianTerhorst/Isometric

0.0.9

04 Nov 15:18
Compare
Choose a tag to compare

Comparison and Item lookup improvements, thanks to @cameronwhite08

  • Find a drawing item clicked by a region (circle)
  • Provide the original shape of an item to make it identifiable on click
  • Iterate the drawing items in reverse when looking up item for click event (items drawn front-to-back)
  • Compare Paths and Points for value equality

0.0.8

21 Oct 16:22
Compare
Choose a tag to compare

v0.0.6.2

07 Sep 21:02
Compare
Choose a tag to compare
  • Update Project
  • Improve performance

v0.0.6

06 Apr 21:29
Compare
Choose a tag to compare

Bubble Sort

  • fix bubble sort

v0.0.5

06 Apr 21:11
Compare
Choose a tag to compare

Performance update

  • paths and points inside the shapes and paths are now arrays
  • optimize point rotation and scaling
  • optimize prism, octahedron, stairs and pyramid
  • use bubble sort to sort the inner shape paths after inserting

v0.0.4

06 Apr 17:44
Compare
Choose a tag to compare

Performance update

  • Improved the sort performance
  • Reduced the object allocations

New Method

setClickListener(OnItemClickListener)
This is adding a listener that is returning the clicked item

Bug Fix

Removed debug message from IsometricView