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: about 1 year ago
JSON representation
Simulation of radioactive decay
- Host: GitHub
- URL: https://github.com/weisslj/rdecay
- Owner: weisslj
- License: gpl-2.0
- Created: 2010-07-07T07:51:52.000Z (almost 16 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T21:29:48.000Z (over 3 years ago)
- Last Synced: 2025-03-29T20:11:17.809Z (about 1 year ago)
- Topics: educational, gsl, gtk2, physics, physics-simulation, radioactivity, school-project, science
- Language: C
- Homepage: https://molb.org/~weisslj/rdecay/
- Size: 874 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
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