step/stepcore
Overview
StepCore is a physical simulation library. StepCore focuses on accurate simulations with error estimations but still tries to be lightweight and fast. Currently StepCore can simulate two-dimensional classical mechanics.
StepCore provides collection of physical bodies and forces which can be used in simulations and collections of exchangeable solvers with various integration algorithms. It can be easily extended with new bodies, forces and solvers.
License
StepCore is distributed under the terms of the GNU General Public License (GPL), Version 2.
Features
- Object oriented, easy to use
- Accurate simulations, local error estimations
- Reflections for all objects and properties
- Factory for reflections and object creation
- XML file save and load (requires Qt4)
- Bodies:
- Forces:
- Solvers:
- EulerSolver with error estimations
- GslSolver - all solvers from GSL library (requires GSL library)
Design
Please refer to Introduction to StepCore design for more information about StepCore design.
Download
You can checkout the development tree of StepCore by anonymous svn, by doing:
svn co svn://anonsvn.kde.org/home/kde/trunk/playground/edu/step/stepcore
or view it online at this address: http://websvn.kde.org/trunk/playground/edu/step/stepcore/
Authors
Original Author: Vladimir Kuznetsov (ks dot vladimir at gmail dot com)
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.