Skip to content

0.0.13

Latest
Compare
Choose a tag to compare
@rafaga rafaga released this 29 Mar 01:26
· 23 commits to master since this release
  • [NEW] implemented a constructor for MapLine that gets two arrays with 2 elements of f32
  • [NEW] removed the dimension value in MapPoint struct, because it will use a three coordinate system with a conversion to Pos2 based upon a projection algorithm
  • [FIX] id and name properties in MapPoint now are private
  • [ENHANCEMENT] using 0.27 version of egui
  • [FIX] removed the previous ContextManager struct it was unnecessary complex
  • [NEW] added new trait ContextMenuManager to permit the user define their own contextual menu and let the user handle the events accord
  • [NEW] added new trait NodeTemplate this will permit to the user define their own shape and data displayed on screen for each Node, this could be useful to certain applications
  • [FIX] removed auto invert coordinates because it is not task of the component fix the wrong data.