﻿=======================================================================
=                                                                     =
=                                                                     =
=                               WPFGraph                              =
=                    Animation of graph algorithms                    =
=                                                                     =
=                       http://www.palmmedia.de                       =
=                                                                     =
=                                                                     =
=======================================================================

DESCRIPTION

WPFGraph is a tool to create animations of graph algorithms using a 
WPF based 3D rendering engine. You can create a graph by adding nodes 
and edges to the UI simply by using your mouse. Then you can execute
a graph algorithm like Dijkstra on the created graph. Within the 
algorithm it is possible to flash nodes or edges or to move them 
around for a better visualization of what happens during the algorithm.

=======================================================================

LICENSE

This program is licensed under the Apache License 2.0.
This means you may use this program in any project.
You are allowed to modify the program as you like.

For further details take a look at LICENSE.txt.

=======================================================================

CHANGELOG

1.1.0.0

    * New: Upgraded to Unity 2.0
    * Fix: Simplified code

1.0.0.0

    * New: Initial release
