Showing 29 open source projects for "dynamics"

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
  • 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
  • 1
    skunks

    skunks

    3D driving simulation based on Open Dynamics Engine

    Sour*eforge.net has become inaccesible to me because of Cl*udflare. The latest version of skunks is on my site: https://matei.one/. 3D realistic driving (not racing) simulation with software rendering, based on Open Dynamics Engine (which is included in all *.tar.gz files so it doesn't have to be downloaded separately). 10 cars (all electric) and 16 tracks are available in version 5.1.0. Cars and tracks can be easily created and modified. Only SDL 1.2 or SDL 2 required besides standard C library. GNU/Linux and Wind0ws executables are available. If using GNU/Linux and SDL 2, it might be necessary to add -lpthread in the comp file, at line 2.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Bullet Physics SDK

    Bullet Physics SDK

    Real-time collision detection and multi-physics simulation for VR

    This is the official C++ source code repository of the Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc. We are developing a new differentiable simulator for robotics learning, called Tiny Differentiable Simulator, or TDS. The simulator allows for hybrid simulation with neural networks. It allows different automatic differentiation backends, for forward and reverse mode gradients. TDS can be trained...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    Lagrangian Dynamics NF Sims

    Lagrangian Dynamics NF Sims

    Articulated-body simulation engine written in C

    Articulated-body simulation engine written in C: based on the Lagrangian Dynamics, even if on a modified flavour of it, I deviced to make it more friendly in the context of numerical simulations. The overall simulation procedure (de facto a full 3D, an articulated-body simulaiton engine) is called: "Lagrangian Dynamics' New Flavour Simulations". It is delivered through sample-simulators relying on it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    GLScene ODE Vehicle

    GLScene ODE Vehicle

    Multi-axle Physically based Vehicle game

    Built using GLScene and Open Dynamics Engine, this vehicle game aimed to model the physics of steering as much as possible. It currently modeling wheeled vehicles with 2 to n number of axles. This project also includes a simple height field map editor to test the vehicle and opensteer for the steering automation. The height field map is also aimed to be deformable at game play.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Add Two Lines of Code. Get Full APM. Icon
    Add Two Lines of Code. Get Full APM.

    AppSignal installs in minutes and auto-configures dashboards, alerts, and error tracking.

    Works out of the box for Rails, Django, Express, Phoenix, and more. Monitoring exceptions and performance in no time.
    Start Free
  • 5
    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
  • 6
    Open Dynamics Engine
    A free, industrial quality library for simulating articulated rigid body dynamics - for example ground vehicles, legged creatures, and moving objects in VR environments. It's fast, flexible & robust. Built-in collision detection.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7

    pedsim

    A microscopic pedestrian crowd simulation system and library

    PEDSIM is a microscopic pedestrian crowd simulation system. The PEDSIM library allows you to use pedestrian dynamics in your own software. Based on pure C++ without additional packages, it runs virtually on every operating system. The PEDSIM Demo Application gives you a quick overview of the capabilities, and is a starting point for your own experiments. PEDSIM is suitable for use in crowd simulations (e.g. indoor evacuation simulation, large scale outdoor simulations), where one is interested in output like pedestrian density or evacuation time. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    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 Wiki articles related to videogames and gamep-physics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Freedom3D_GM

    full-blown GTA 3 -SA clone. Done in Game Maker. No missions though

    full-blown GTA 3 -SA clone. Done in Game Maker. The game implements relistically the possibility to get in various vehicles and go around, jump (also on houses and ramps). This is a sort of reference that shows to also to the geenral public (so not only C/C++ programming nerds) how such a thing is made: vehicles on hilly terrain, obstacles, and collision with them... environment with optimised viewdistance and day/night cycle (so I mean atmosphere).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    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. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    lagrange_simulation_mechanics

    lagrange_simulation_mechanics

    simulations with Lagrangian method,both symbolic and by numeric deriv

    alleged to the video 'tutorial' "the Mechanics and its Simulation". Simulation with Lagrangian method, both symbolic, and by numerical derivation. All well-grouped in folders. there is also a 'review' in 3 demos of the Newtonian dynamics: mass-spring systems. most of progs are written in C, with use of SDL lib to display simple graphics and have real-time interactivity. As to programming complexity, it's very simple... this all aims at classical physics simulation in a simple but efficient way. The numeric stuff really just illustrate the use of a real little physics-engine aimed at articulated body simulation... that's the funnest part of it: but of course much more is coming. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Lagrange_Motocross

    Lagrange_Motocross

    2D motorcycle simulator done using Lagrangian equations of motion

    2D simulation game using exlusively Lagrangian equations of motion. It's a 2D motocross game similar to X-Moto, ActionSupercross and such. Some stability issues persist but mostly it's good already. I shall compile it soon for Windows: one of the problems is that Windows compilers must periodically be reinstalled, and that's annoying. Using Lagrangians in games is not a well documented thing, but it allows to achieve exellent results in very little time, soon after a good parametrization...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Simon is a C++ library for physically plausible dynamics simulations. Its features include collision resolution with resting contact, friction, articulated joints and spring connections for rigid bodies and particles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A ship gun ballistic dynamics model. Prototype possibly for inclusion as a class in a sea warfare game. Development of the project will include visual representation of shell trajectory, editing of shell / gun characteristics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Constrained rigid body dynamics simulator, a robust, technologically advanced, fast and maintainable physics engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    "JSBSim Python Bindings" is a Python wrapper around the open source flight dynamics model JSBSim (http://jsbsim.sourceforge.net/). It allows to use most of the JSBSim C++ API from the Python programming language.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    A Java library that works with Java3D to simulate and visualize, in real-time, dynamics of multiple rigid bodies that are restricted by implicit and explicit constraints (e.g., robotics); designed for efficiency, ease-of-use, and extensibility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    JOODE, the Java Object Orientated Dynamics Engine. This project is a port of the popular open source physics engine ODE. see http://www.javagaming.org/forums/index.php?board=11.0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    We try to build a truck simulation using the Irrlicht graphics engine and ODE, the open dynamics engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A hight performance well designed Collision Detection Library for the Open Dynamics Engine. Supports CONCAVE TRIMESHES and Deformable bodies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ChopShop is an open community of driving simulation developers and researchers. Share code and information about vehicle dynamics, driver AI, and other topics related to driving simulations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    NAMC - New version is based on Ogre3d, Ogrenewt & Newton game dynamics, and raknet. Slowly becoming an open mmorpg client/server. SVN Version supports PLSM2 for vast terrains and fast scene switching, and DotScene for general configuration of the scene.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Rigid body dynamics - physics simulation in 3D. Interactive application and a step-by-step tutorial aiming to be all-inclusive. Easy to use interface.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Multibody dynamics simulation package with frictional contact and collision detection
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    An online 3D hand to hand combat game utilizing the Open Dynamics physics engine for full realism. Coupled with a custom move designer and an online ladder and ranking system, RagDoll Combat is the ultimate in head to head online fighting and competition
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB