You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.