mattrdowney / planetaria

A Unity framework for Euclidean 2-sphere games (e.g. 2D virtual reality games) [quasi-MIT license]
Other
10 stars 2 forks source link

PlanetariaGraph #131

Open mattrdowney opened 5 years ago

mattrdowney commented 5 years ago

Options for directed and undirected (cyclic/acyclic probably unnecessary, unless validation is important).

Use cases: Standardized construction of PlanetariaShape (simple editor) with import/export option. Games like Pac-Man and Tron Artificial intelligence for games like Frogger and Invertigo.

mattrdowney commented 5 years ago

On second thought, make this directed, that way you can preserve PlanetariaArc's point-slope-point format.

You can always make a feature for reversing edge direction (and copying edge).