Glauber Dynamics in C
Simulation for Glauber Dynamics written in C11
|
Add a drawing function for values d other than 2.
Separate the string generation and png rendering to make the png rendering reusable by other graphviz string generating drawing functions.
Understand graphviz library better and avoid the string generation step alltogether and directly build the graph itself.
Find a more elegant solution to the duration parameter than just rendering the same frame duration amount of times. Ideally a way that allows for double duration (i.e. generate one frame and assign it a duration on sendover through the pipe) since the exponential times are doubles and not integers..