88 projects tagged "Windows"
PyParticles is a particle simulation toolbox entirely written in Python. It simulates a particle-by-particle model with the most popular integrations methods, including Euler, Runge Kutta, and Midpoint. It represents the results on an OpenGL or Matplotlib plot, and offers an easy-to-use API.
WarTactical is a wargame in which each screen pixel corresponds to 10 feet of ground area, instead of splitting the field into hexagons. You can play a game against the computer or play a simple random setup. Dice are rolled when you attack, and this result is added to modifiers that are derived from the situation, such as whether the unit is pinned or how much armor it has, as well as what terrain it's on. You need to stay in contact with your HQ (leader) to move far. WW2 (or Modern) units like artillery, infantry, LMGs, paratroopers, cars, and HQ (leaders) are available. Modules are being developed to represent different time periods of war.
RobotMinds is a simulation of a tournament in which programmable robots compete. Each robot's objective is to find its way out of a maze to its home tile. The robots have sensors, and can act on what they sense. There are toxic tiles and radiation from other robots that will destroy robots if exposed to it for too long. The robots can be programmed by way of four screens of checkboxes representing binary switches, so you can program a robot with no knowledge of any programming languages. You can lay walls or full maps to restrict movement.
DAE Tools is cross-platform equation-oriented process modelling, simulation, and optimization software. Various types of processes (lumped or distributed, steady-state or dynamic) can be modelled and optimized. They may range from very simple to those which require complex operating procedures. Equations can be ordinary or discontinuous, where discontinuities are automatically handled by the framework. Model reports containing all information about a model can be exported in XML MathML format, automatically creating high-quality documentation. The simulation results can be visualized, plotted, and/or exported into various formats.
StepSim is a lightweight step-based simulation module written in Python. It can do simple real-time simulations of discrete systems. StepSim supports step-by-step simulation or can run until a break condition occurs. Simulations are made up of containers and converters. A container stores a discrete amount of units of a certain type. A converter draws units from one or more containers and delivers the result to another container. StepSim does not even attempt to do any parallel processing. It processes converters round-robin in a fixed order.