Simulation Software for Windows

View 120 business solutions
  • Powerful App Monitoring Without Surprise Bills Icon
    Powerful App Monitoring Without Surprise Bills

    AppSignal starts at $23/month with all features included. No overages, no hidden fees. 30-day free trial.

    Tired of monitoring tools that punish you for scaling? AppSignal offers transparent, predictable pricing with every feature unlocked on every plan. Track errors, monitor performance, detect anomalies, and manage logs across Ruby, Python, Node.js, and more. Trusted by developers since 2012 with free dev-to-dev support. No credit card required to start your 30-day trial.
    Try AppSignal Free
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 1
    Lagrange Rally 3D

    Lagrange Rally 3D

    3D vehicle simulator based on Lagrangian dynamics to simulate dynamics

    3D vehicle simulator in which vechicle's configuration as a whole (articulated body) , is represented by a 'vector' of generalised coordinates. so concepts like usual position and orientation of main body and wheels is all defined by the generalised coordinates.Using Lagrangian dynamics, theese coordinates are evolving in time in a realistic manner according to F=ma but as if there were also all constraint forces concretasing the presence of joints: hinge, prismatic, rigid connection, etc. all derivatives are done with finite differences, so it's all simple. in 3 videos I explain all the mechanics and its simulation up to this simple but pow method.Pure Lagrangian mechanics until now has not been used much or at all,in simulation videogames,but i decided to try it because it was promising, very simple compared to the fnal results, and there was not much docu on its use in simulation games: this lack was completed now. will com also a non-GL version vid: http://youtu.be/J8fWg_xFEwk
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Laucsen Evolve is an Artificial Life Simulator written in C++. It is a simulator with many intentions, as Observe Darwin Theory / Observe result of Mutations / Play with Artificial Animals. Laucsen Evolve have a 2D view of the Simulator World.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    LinacSim

    A 3D Linac Simulation.

    This is an interactive 3D Linac-Simulation with Ogre3D as its 3D-Engine and Qt for the GUI. Accelerate arbitrary particles to immene speeds by switching the drift tubes' polarisation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Living code is a life simulation, where you can even make your own creatures, or simply watch the evolution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 5
    MASyV (Multi-Agent System Visualization) enables one to write agent-based models/cellular automata, eg. in C, visualize them in real time & capture to movie file with MASyVs GUI & message passing lib. Includes examples: Hello World, ants, viral infection
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    MOC is a small library with the aim to provide simple and easy to use collision and mouse-picking functionality for the Ogre3D graphics engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    MageTheorycraft models the casting mechanics of a mage in World of Warcraft (WoW) and outputs a simulated combat log.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    The Massive G Engine is a simple yet feature-rich extensible 3D simulation engine for Robotics Research and gaming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    An artificial life simulator. A cross-platform application for simulating mutatable organisms on a field with different kind of resources.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10
    NGS is a Network Game Simulator, designed for prototyping and simulating new network gaming architectures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    NIMSpro is a multiplayer simulator for emergency responder and homeland security training. NIMSpro enables fire, police, EMS, etc. to practice tactics, decision making, communication, and incident command (NIMS, ICS, Firescope). Instructor controls sims.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Nth is a library of classes useful in games, visualization, simulation and animation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    OgreHaptics aims to create a library to simplify the integration of commercially available haptic interfaces in the Object-Oriented Graphics Rendering Engine (OGRE).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    OpenEstragon

    OpenEstragon is a market economy simulator.

    OpenEstragon is a market economy simulator. It contains a market module, a factory module that is based on the market, and serialization to XML facilities of the economy. Available as C++ component.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    OpenSD2S is an open source software dedicated to driving simulation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Palomino flight simulator

    action/combat flight sim

    Palomino was an unfinished action/combat flight simulator. Air-to-air combat mode was never implemented. However, it does have a land-on-carrier and shoot-SAMs missions. Requires OpenSceneGraph. Optional: SDL, FLTK.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A Open Source 3D Immersive simulation environment, like the "second life", with some distribuited processing tools, to make the GRID power growup with every new node (client machine) attached.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Labyrinth is a small gui application which, provides a random and recursive generated perfect labyrinth. Each generated labyrinth has a start and an exit point deep in it. Some robot can search for the exit of the labyrinth by using different algorithms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Pixel Empires

    Pixel Empires

    A cellular automation simulation governed by probability.

    This cellular automation simulation uses probability to control the growth and decay of different cells. This simulation uses cells of 6 different colors each of which is initially given one cell to be placed in a random location on the grid. 3 rules govern the evolution of this system: First, each cell will randomly select an empty cell around it or itself. If an empty cell is selected, a new cell will be formed in it. If the cell selects itself, it will not expand. In the next iteration, the new cells follow the same process. Second, every color is predestined to consume another color if the two make contact. In other words, if Color A consumes Color B, whenever Color A's cells randomly select Color B's cells, that selected cell will be converted to Color A. Third, if the population of a color is below a certain threshold number, this color will randomly choose another color to consume (this chosen color may even be a color that no longer exists on the grid).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Pocket Cube J3D
    Pocket Cube J3D is a simulator of a Pocket Cube, in Java language and Java 3D graphics API. Java 3D is available at: http://www.oracle.com/technetwork/java/javase/tech/index-jsp-138252.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    using simple cuboids and gjk algorithm, this general purpose algorithm gives a ready made code to work with swissranger 3D camera.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    an advanced pong games controlled by phidgets
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    An Economy Simulation with many Possibilities trying to be near to reality. Using XML, Python an OpenGL to make it useable on many OS. And also beeing an simulation taht can be so realistic that ist could be used for research (maybe).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Quan is designed to model physical quantities in C++ programs. Advantages include automated dimensional analysis checking, automatic unit conversions, self documentation of code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    QuantimSim is a physics simulation engine. Some aspects of astrophysics, electromagnetism, relativity, thermodynamics, statistical mechanics and quantum mechanics will be included in the simulation library.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB