Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/weisslj/rdecay

Simulation of radioactive decay
https://github.com/weisslj/rdecay

educational gsl gtk2 physics physics-simulation radioactivity school-project science

Last synced: 22 days ago
JSON representation

Simulation of radioactive decay

Awesome Lists containing this project

README

        

----------
| rdecay |
----------

This is a school final year project. It is a GTK program that simulates
radioactive decay.

------------------------
| Installation |
------------------------

You need GTK+ and GNU GSL libraries. The code compiled successfully on
Windows XP and GNU/Linux. To build and install, run:

./configure --prefix=/where/to/install
make
make install