////////////////////////////////////////////////////////////////////////////////////// ------------------------------ Graph maker ---------------------- \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ Hi, this is a little graph maker, you can put some nodes and connect them using the arrow tool. The cost to go from a node to an other can be changed by pressing [space] while your mouse is on the join you want to change. Press [d] after clicking on a node to delet it. If you want to delet a join you juste have to put your mouse on the join and press [s]. Using the circle in the bottom right, you can make a path from a point to another (no problem if no path exist or if the nodes are not existing) If you press [g] you can generate a python dictionary to use a graph in your python project (to test...) Credits: # @-Rex- for the text engine; # everything else by me...