Discrete-event simulation modeling software for science and education
OpenSIMPLY is an open source project for simulation modeling in Delphi, Lazarus, Free Pascal.
Download OpenSIMPLY at opensimply.org
The project is free computer simulation software based on discrete-event approach.
OpenSIMPLY is a science software with very high simulation performance.
So, the simulation results can be obtained much faster.
A new GUI library for Atari ST/TT/Falcon computers
PureGEM started out as a VCL/LCL style library written in PurePascal. After the system was working, I saw ways to increase the speed while reducing code size, so the design drifted somewhat. Since PurePascal is "Turbo Pascal 7.0 compatible" a number of VCL style features needed to be implemented differently. Namely TNotifyEvent's are replaced with owner recursive methods. RTTI features are implemented via set's.
Initially I had planned to use more of the GEM API, but some of the features...