Showing 191 open source projects for "simulation games"

View related business solutions
  • 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
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 1

    SFML-simple-sim

    Simple ball collision simulation in C++ SFML

    This is very simple ball collision simulation in 2d powered by SFML graphics in C++ language. This is my hobby project where i learn and test my skills in simulating and optimization with huge number of balls.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    DISUnity

    Unity3D DIS(1278.1) Implementation

    Coming Soon - An open source implementation of DIS (Distributed Interactive Simulation) written for the Unity3D game engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    bmw_m3_e46_csl

    Assetto Corsa BMW M3 E46 CSL

    Assetto Corsa BMW M3 E46 CSL
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure File Transfer for Windows with Cerberus by Redwood Icon
    Secure File Transfer for Windows with Cerberus by Redwood

    Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.

    Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
    Try for Free
  • 5

    pmpt

    FlightGear Procedure Trainer

    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    The Butterfly Effect

    The Butterfly Effect

    Physics Game like "The Incredible Machine"

    An open source game that uses realistic physics simulations to combine lots of simple mechanical elements to achieve a simple goal in the most complex way possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    BioGears

    BioGears

    Human Physiology Engine

    This project has moved to GitHub https://github.com/BioGearsEngine/Engine
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Kontinuum Calculator

    Calculate various aspects of the Kontinuum RPG system.

    Kontinuum is a calculator program that enables the user to calculate all probabilistic aspects of the Kontinuum RPG system, especially the dice rules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Biogenesis X Mod

    Biogenesis X Mod

    Mod of the evolution simulation and artificial life program Biogenesis

    This project is a modification of the original evolution simulation & artificial life project by Joan Queralt Molina: https://sourceforge.net/projects/biogenesis/ In both, the original project and this modification, 2-dimensional organisms consisting of line segments interact with each other, reproduce and evolve in time. Compared to the original project, this modification explores the following features: * alternative mutation mechanisms * an alternative stress-based aging...
    Downloads: 1 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
    Spirit Development Kit is a SDK for development, simulation, and evolving of intelligent agents. Includes a library of AI algorithms and more a framework for modelling and simulations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    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
  • 12
    GRAVITY ALPHA 1.05

    GRAVITY ALPHA 1.05

    Visualization of gravitational force effects between (two) objects

    GRAVITY ALPHA is developed for visualization of gravitational force effects between (two) objects. In order to predict/calculate object properties in future time (of course, within the limits of calculation) one need initial position and speed at some initial moment of time . For calculating positions and velocities, numerical method for solving differential equations is used. There is no limitation in parameters - object will behave just like they behave in the real world. The only...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ode-viz
    This toolbox generates automatically a vtk-visualization for an ode (Open Dynamics Engine) simulation under Python. You only have to define the simulation space and world and forward these entities to the visualization. That's all... Install also via pip possible: pip install odeViz
    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
    illustrative_progs

    illustrative_progs

    collection of illustrative programs:small games, simulators: C, Matlab

    a collection of small and medium-sized simulation programs that I made explicitely for dydactic and/or documentation purposes. Browse the files, don't click on widnload because there are multiple zips!! All are related to rigidbody dynamics used to make vehicle simulators in the simplest way. Other types of programs may figure too: Snake or Tetris in C for showing the C programming style opted for the other, more specific programs. Possibly this is a link for supplying material to some...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    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
  • 17
    Ecotype modele prospectif

    Ecotype modele prospectif

    Modélisation prospective 2050 sur les énergies

    Ecotype, au delà d’un jeu, est un outil de modélisation du territoire, adapté à l’échelle de la commune sur laquelle s’inscrit l’événement et qui permet d’intervenir sur les divers paramètres qui président au développement d’un territoire : élaboration du zonage, définition des Coefficients d’Occupation des Sols, mise en place des infrastructures et équipements publics en corrélation avec le PLU de la commune … La modélisation prospective —un outil scientifique des plus sérieux— permet de...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    XCTruck3D _Truck

    XCTruck3D _Truck

    realistic truck simulator with 3D graphics done from zero

    A truck/car simulator,with realistic physics and oldstyle graphics: it displays pixels through the SDL graphics routines, or the X11 if using that version (has some issues:so use the SDL ver).While the 3D graphics is done by the program itself without external libraries.The environment is a hilly terrain:total freedom to drive around.A remake of the classic "Terep 2". Written in the C programming language: although the code is 30 pages long, it's simple. Trailer can be detouched pressming...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    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
  • 20
    This project is a simulation model of the road traffic. The project is developed by students on FRI, University of Zilina, for educational purpose.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    CTruck3D _Open

    CTruck3D _Open

    realistic truck & car simulator, with OpenGL graphics

    update: https://sourceforge.net/projects/newctruck3drally/ It's a 3D, physically realistic truck/car simulator, oriented to dirt tracks. This is subsancially kept as hystorical. The environment is a hilly terrain which can also be user-defined in the form of a Bitmap image file (where intensity of red component defines height). It's similar to the classic "Terep 2". Particular care for internal cam. Written in standard C. There's a Windows executable ready for use, but it's compilable...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    OpenSD2S is an open source software dedicated to driving simulation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    mialib

    a realtime graphics library

    mialib is a core library for game development and interactive graphics research, this has utility modules and defines a framework for developing graphical applications like games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    SFish

    SFish

    Basic real-time simulation engine in C++

    In SFish you can model simulation objects with attributes and behaviour (continuous over time and not-continuous over time, latter one being events) and the communication between objects; then you can run simulations (real-/non-real-time) given a set of objects with specific attributes and see what happens in cause of their behaviour.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    qrailway

    qrailway

    Qt/Linux based software to control model railways

    qrailway is a Qt/Linux based software to control model railways via a RS485 network of microcontrollers. All Information is available in german, please refer to Project Web for details.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB