Showing 82 open source projects for "simulate"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    BikeControl

    BikeControl

    Do virtual gear shifting (and more) in any rider app

    BikeControl is a cross-platform tool aimed at enabling control of trainer apps (cycling/indoor training apps) using hardware controllers such as bike shifters, dedicated remotes (e.g. Zwift Click, Zwift Ride, Zwift Play), gamepads, or even generic Bluetooth HID devices. Instead of connecting to the trainer directly, BikeControl acts as a bridge: when you press a button or lever on your controller, it intercepts the input and simulates corresponding keyboard/mouse/touch events for your...
    Downloads: 20 This Week
    Last Update:
    See Project
  • 2
    Jolt Physics

    Jolt Physics

    A multi core friendly rigid body physics and collision detection lib

    ...First of all, this has been a personal learning project and secondly I wanted to address some issues that I had with existing physics engines. In games we usually need to do many more things than to simulate the physics world and we need to do this across multiple threads. We therefore place a lot of emphasis on concurrently accessing the physics simulation data outside of the main physics simulation update. Sections of the world can be loaded / unloaded in the background. A batch of physics bodies can be prepared on a background thread without locking or affecting the physics simulation and then inserted into the world all at once with a minimal impact on performance.
    Downloads: 22 This Week
    Last Update:
    See Project
  • 3
    DreamerV3

    DreamerV3

    Mastering Diverse Domains through World Models

    DreamerV3 is an open-source implementation of a reinforcement learning algorithm that uses world models to train intelligent agents capable of learning complex behaviors across many environments. The system works by building an internal model of the environment and then using that model to simulate possible future outcomes of actions, allowing the agent to learn from imagined experiences rather than only from real interactions. This approach enables the algorithm to efficiently learn policies for decision-making tasks that would otherwise require enormous amounts of data or computational resources. DreamerV3 was designed as a general reinforcement learning framework that can solve diverse tasks using the same configuration of hyperparameters across many environments. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Matter.js

    Matter.js

    A 2D rigid body physics engine for the web

    Matter.js is a flexible 2D rigid body physics engine written in JavaScript, designed for use in web applications to simulate real-world physical interactions within the browser. It offers a comprehensive set of physics features like gravity, collisions, restitution (bounces), friction, sleeping bodies, and constraint systems that enable developers to build interacting objects with realistic motion. This engine can power everything from dynamic interactive animations and educational simulations to fully fledged physics-based games, and it works across major browsers and devices. ...
    Downloads: 9 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 5
    Rigs of Rods 0.4+

    Rigs of Rods 0.4+

    Soft-body physics simulator

    Rigs of Rods is a free/libre soft-body physics simulator mainly targeted at simulating vehicle physics. The soft-body physics system is based on mass-spring-damper theory. This is a mirror of the Rigs of Rods GitHub repository: https://github.com/RigsOfRods/rigs-of-rods The old SourceForge project can be found here: https://sourceforge.net/projects/rigsofrods/
    Leader badge
    Downloads: 10,163 This Week
    Last Update:
    See Project
  • 6
    LOTRO Companion

    LOTRO Companion

    A companion for your LOTRO activities

    ...It manages characters of the Lord of the Rings Online (LOTRO) MMORPG. It has 3 main goals: - track the status of one or several characters: current gear, deeds, quests, collections... - simulate gear/virtues, compute result stats and analyze stats contributions - lore database: quests, items, deeds, mounts, pets... Character data is imported from the game client running locally. See https://discord.gg/t2J4GDq See https://www.facebook.com/lotrocompanion/
    Leader badge
    Downloads: 2,264 This Week
    Last Update:
    See Project
  • 7
    LucasChessR

    LucasChessR

    GUI of chess

    ...The software includes a wide range of exercises covering openings, tactics, endgames, and visualization techniques. Users can play against multiple chess engines with adjustable difficulty levels that simulate different strengths. It also provides detailed game analysis, helping players understand mistakes and improve decision-making. Overall, Lucas Chess (R) combines gameplay, training, and analysis into a single powerful chess improvement suite.
    Leader badge
    Downloads: 3,086 This Week
    Last Update:
    See Project
  • 8
    Key Scripter listens to key press/release events from a keyboard or a mouse and allows to simulate key press/release and mouse events. Supports gaming keypads, such as Nostromo SpeedPad. Allows the creation of powerful key scripts for games and other applications.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 9
    British Bingo

    British Bingo

    90-ball bingo with sound

    Play by yourself in a web browser like Chrome or Safari. The game simulates the other players. Runs best on a desktop computer or laptop. Also tries to adapt to an iPad or tablet. Players can make mistakes and can leave and join. You can cheat and get the game to correctly mark your board. There is no limit to the number of players (try 300,000). You can adjust the speed of the game and most sizes. The game can play for you. You can hear the caller reading out the numbers and the players...
    Downloads: 8 This Week
    Last Update:
    See Project
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • 10
    Geographical Adventures

    Geographical Adventures

    Geography game about delivering packages

    Geographical Adventures is a collection of projects and experiments focused on procedural generation and geographic simulation, showcasing how complex environments can be created through code. It includes implementations of terrain generation, map systems, and spatial algorithms that simulate real-world geographical features. The project is designed as both a learning resource and a demonstration of procedural techniques, allowing users to explore how landscapes and environments can be generated algorithmically. It emphasizes modular design, enabling different components such as terrain, noise functions, and rendering systems to be reused or extended. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Artificial Life

    Artificial Life Simulation

    A simple educational fun program to simulate primitive Artificial Life using simple rules of attraction or repulsion among atom-like particles, producing complex self-organzing life-like patterns. The video tutorial and walkthrough are available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Buwlink

    Buwlink

    Buwlink is a remote control for Windows with your Android device.

    The Buwlink is the perfect companion to increase your productivity. Whether in the field of artistic development or other video game programming edition... There are often keyboard shortcuts to know. now to represent your shortcuts and other features on the icons appearance. Easy to use easy to remember Buwlink. PLEASE NOTE: Please download the windows version and the android version. Connect the two versions on the same wifi network configure the two software so that they can communicate.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Electrip

    Electrip

    easy Linux environment controlling trains in Python

    ELECTRIP is an easy-to-use, small program that lets you control your model railroad with gamepads. Combined with an SRCP-Server (e.g. srcpd) it provides the functionality you would expect of a commercial digital command station. It can save you a lot of money.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Fallout PnP Calculator

    Fallout PnP Calculator

    A Fallout PnP To Hit Calculator with bold ambitions

    This is a simple Fallout PnP to Hit Calculator that will allow you to add Character, Weapons, Beasts, and Attack for ease in the calculation. Added in the file is a Guide that will inform you on how the application works
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Unity3d CarComponents

    Unity3d CarComponents

    Car Systems Simulation With Unity3d

    Simulate Car's Systems With Unity ( the Engine, Transmission, Differential, ABS, TCS, ESP) and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Casino-BlackJack

    Casino-BlackJack

    Blackjack skill and card counting training

    A simple Casino BlackJack card game written in C# as part of my learning assignment a few years ago and it is not intent to be a full feature game. This project is to demostrate the way to build a simple card game and only cover the very basic of blackjack rule with standard card counting method. To active counting monitor, please select "Manual shuffle on the setting manu. Use this game to train your card counting skill before you go to the real casion. Sorce code available on...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17

    Cambridge Rocketry Simulator

    Simulate high power rocket flights with splash down plots

    This software allows you perform six degree of freedom simulations of High Power Rocket (HPR) and model rocket flights. Parachute descent is also simulated. 3D flight trajectories are produced as well as detailed tabular flight data. Running in Monte Carlo mode allows generates multiple possible flight paths and splash down plots, indicating the probability of landing in an area. Peer-reviewed publication in the Journal of Open Research Software...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Rigs of Rods

    Rigs of Rods

    A 3D simulator game where you can drive, fly, and sail

    Rigs of Rods is a 3D simulator game where you can drive, fly and sail various vehicles using an accurate and unique soft-body physics engine. Since 2014, the development continued at https://github.com/RigsOfRods/rigs-of-rods UPDATE: 10/30/2016: removed opencandy installers, replaced with zip files.
    Leader badge
    Downloads: 190 This Week
    Last Update:
    See Project
  • 19
    Global Soccer Simulator

    Global Soccer Simulator

    Simulates soccer leagues and other competitions.

    Allows the user to simulate a set number of seasons of their choice and view all results and standings during those seasons, using a realistic match engine, regional divisions and team strengths.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    webCAMotion

    webCAMotion

    webCAMotion is a program that uses your webcam to simulate a mouse.

    webCAMotion is a program that uses your webcam to simulate a mouse.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    MIIS v2

    Milsim Inteligence and Information System

    Milsim Inteligence and Information System MIIS v2 Set of application to easy manage information during large or small scale airsoft and milsim events MIIS v1 - Discontinued Application to simulate military used information system for large scale airsoft milsim battles. Provide tools for inteligence operatives, commanding unit, officers in charge, summary of scenario reports and more. Project is succesor of MABIS ( https://sourceforge.net/projects/mabis/)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Sharpulator

    A multithreaded, test-driven electronics emulator for .net 4.0.

    ...It's initial focus will be on emulating gaming consoles, with the GameBoy as a starting point. It will be written using modern software development methodologies, with the TPL Dataflow library as a backbone. It will simulate hardware functionality at a low level without sacrificing performance. The end goal for this project is to allow the ability to simulate hardware by simply dropping common components onto a virtual integrated circuit.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    A bot written in perl with IRC roleplaying gamers as intended audience. This bot can simulate various RPG systems in the aspect of throwing dice for certain systems. It focuses on Shadowrun and the World of Darkness, but can be used for about any RPG
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Galaxy Genesis

    Galaxy Genesis

    Basic galaxy simulation with game elements.

    Galaxy genesis is a project where you can: Simulate gravity by adding in many different planets. Load planets from file, meaning you can share galaxy's between people. You can change modes with in the game, these mode at the moment are: Mode 1: All planets have negative mass therefore repel each other. Mode 2: Normal mode everything is as it is in real life. Mode 3: Game mode where the planets are stationary and you battle to control the universe.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Darkbot

    The IRC's Talking Robot

    [ Please read https://sourceforge.net/p/darkbot/news/2014/01/darkbots-revitalization/ ] Darkbot is a portable IRC chat robot written in the C language that can be taught responses to user inquiries, and even have conversations with them. Darkbot was originally created by Jason Hamilton as an aid for help channels on Intenet Relay Chat.
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
Auth0 Logo