Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ids1024/genchemlab
Qt5 port of genchemlab (General Chemistry Lab Simulator)
https://github.com/ids1024/genchemlab
Last synced: about 1 month ago
JSON representation
Qt5 port of genchemlab (General Chemistry Lab Simulator)
- Host: GitHub
- URL: https://github.com/ids1024/genchemlab
- Owner: ids1024
- License: other
- Created: 2014-12-19T00:05:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-31T23:01:39.000Z (almost 10 years ago)
- Last Synced: 2024-10-14T09:36:10.593Z (2 months ago)
- Language: C++
- Homepage:
- Size: 516 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- Changelog: HISTORY.txt
Awesome Lists containing this project
README
This is a fork of the original program updated to work with Qt5.
Autotools is removed in favor of qmake.
-------------------------------------------------------------------------------Welcome to the General Chemistry Lab Simulator! (version 1.0)
Written by Bryan Herger, Georgia Institute of Technology,
[email protected]This program is released under the terms of the GNU General Public License.
Portions of the source code are copyright by others.
Please see the files COPYRIGHT.txt and GPL.txt included in this package.NOTE: This is NOT a stable version, and certainly has bugs!
See LICENSE.txt for copyright and limitation of liability.
Please report bugs to [email protected]GenChemLab is an OpenGL-based application intended to simulate several
common general chemistry exercises. It is meant to be used to help
students prepare for actual lab experience. It could also be used in
cases where laboratory facilites are not accessible, for instance in
K-12 schools or home schooling.At present, supported experiments include titration, calorimetry, and
freezing point depression.GenChemLab features an online manual. Run the program and press F1 (or
select Help under the Help menu) for instructions.The HISTORY file lists changes made in each revision.
The GenChemLab web site is http://genchemlab.sourceforge.net/
Please report bugs and suggest features to me at the e-mail listed above,
or use the sourceforge.net bug tracker on the project home page.Please subscribe to the genchemlab-announce mailing list for
information about future releases. Send a blank message to
[email protected]INSTALLATION
Go into the source directory and type:
./configure
makeThen, as root, type:
make installThe default data and documentation directory is
/usr/local/share/genchemlab, so if you do not "make install", you will
probably not be able to view the help files. However, all standard
"configure" options are supported for installation to non-standard
locations.ACKNOWLEDGEMENTS
Many thanks to Gunner Poulsen for the Danish translation and advice on
internationalization.