Skip to content

Releases: calin-darie/VizualAlgoGeom

Issue Reporting

17 Jul 06:28
Compare
Choose a tag to compare
Issue Reporting Pre-release
Pre-release
  • Current canvas state is now autosaved under %appdata%/VizualAlgoGeom/data
  • Each time an algorithm crashes, or autosave fails, or the app crashes, there's an snapshot of the current autosave and logs saved under %appdata%/VizualAlgoGeom/IssueReporting
  • Save format changed to json. Should next release candidate contain support for loading old xml data?

Doubly-Connected-Edge-List

17 Jul 06:19
Compare
Choose a tag to compare
Pre-release

In this release we have added the DCEL object and updated the project to sustain the new geometric type.
Rules of creating a DCEL:
1) Build from inside out
2) First point will be placed with a left click
3) All faces will be closed with middle mouse click in the point where you began drawing the face
4) New faces will begin in an already existing point, with middle mouse click
5) If you create a new face, make sure to go over at least one edge of an existing closed face (Dcel property - all incident faces have at least one common edge)
6) Do not overlap an edge twice! [Example: if you make a face with edge e1, e2 and e3 and create another face with edges e3, e4 and e5, do not create another face that goes through e3]

NOTE:
If you want to create a new DCEL, you must first Double click the Left mouse button to create a new DCEL object, before you start drawing.

1.0.5633.37701

17 Jul 06:14
Compare
Choose a tag to compare
1.0.5633.37701 Pre-release
Pre-release
unified versioning

all vizualAlgoGeom projects (excluding algorithms) now share the same
assembly version.