Showing posts with label graph theory. Show all posts
Showing posts with label graph theory. Show all posts

12.12.09

Python fluid dynamics library.

I'm currently working on a fluid dynamics library for my graphics library but have a very broad implementation up here. This is currently a work in progress. so it may or may not work. It requires fftw. I plan to use it to show the flow between nodes on a graph.

Original paper [JGT01]

Code here.

3.12.09

graph drawing library.

I have written a graph library almost entirely in Python, with some necessary code in C. First generation path drawing, Below are images in order of progression with the bottom being the better path/node placement.