Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tombh/pixies

Particle simulator based on the Lennard Jones potential
https://github.com/tombh/pixies

Last synced: 11 days ago
JSON representation

Particle simulator based on the Lennard Jones potential

Awesome Lists containing this project

README

        

Pixies is a particle simulator based on the Lennard_jones Potential http://en.wikipedia.org/wiki/Lennard-Jones_potential

It has a dependency on GTK2, you can compile it with;

gcc `pkg-config --cflags --libs gtk+-2.0` pixies.c

I began writing it when I was 14.