Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tombh/pixies
- Owner: tombh
- Created: 2011-10-19T08:40:51.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-10-19T08:43:24.000Z (about 13 years ago)
- Last Synced: 2024-04-14T13:55:35.394Z (7 months ago)
- Language: C
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.