https://github.com/mayeulc/chimie
A project to simulate some chemical reactions
https://github.com/mayeulc/chimie
Last synced: 28 days ago
JSON representation
A project to simulate some chemical reactions
- Host: GitHub
- URL: https://github.com/mayeulc/chimie
- Owner: MayeulC
- License: gpl-2.0
- Created: 2014-03-14T17:17:39.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-16T18:47:33.000Z (about 11 years ago)
- Last Synced: 2023-08-05T05:10:47.116Z (almost 2 years ago)
- Language: C++
- Size: 5.12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Chimie
======A project to simulate some chemical reactions
The software was a school project at first, and needs translation,
and refactoring (There is a lot of French inside the code, including
variable names, etc...).
Its primary usage is to show the influence of the Qr (Reaction Quotient) on
Chemical Kinetics.The name will probably change in the future, it is mostly a placeholder for now.
If you would like any change to the program, just let me know (you can open an
issue on github).Instructions
======qmake
makeshould be sufficent. Make sure you have the correct packets installed
Requires
======SDL 1.2 (Hopefully not for long)
Qt 4.7License
======Copyright (C) 2014 Mayeul Cantan
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.