Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/weisslj/rdecay
- Owner: weisslj
- License: gpl-2.0
- Created: 2010-07-07T07:51:52.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T21:29:48.000Z (almost 2 years ago)
- Last Synced: 2024-10-25T09:11:23.211Z (2 months 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: 3
- 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