awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to interactivecomputergraphics/positionbaseddynamics

Open-source alternatives to PositionBasedDynamics

30 open-source projects similar to interactivecomputergraphics/positionbaseddynamics, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best PositionBasedDynamics alternative.

  • carla-simulator/carlacarla-simulator का अवतार

    carla-simulator/carla

    14,072GitHub पर देखें↗

    CARLA is an autonomous driving simulator and research environment designed for developing and validating self-driving software. It functions as an urban traffic simulator that generates realistic vehicle and pedestrian behavior and as a synthetic sensor data generator producing LiDAR, Radar, and camera data. The platform distinguishes itself through its deep integration with robotics frameworks, specifically providing native connectivity to ROS2 nodes for robotic control and data processing. It supports the training of driving models via imitation and reinforcement learning within a controlle

    C++
    GitHub पर देखें↗14,072
  • genesis-embodied-ai/genesis-worldGenesis-Embodied-AI का अवतार

    Genesis-Embodied-AI/genesis-world

    29,351GitHub पर देखें↗

    Genesis World is an embodied AI simulation platform designed for training robotic agents through physics-based interactions. It centers on a multi-physics simulation engine that integrates rigid body, particle, and finite element method dynamics, supported by a parallel simulation kernel compiler that translates Python functions into optimized GPU and CPU kernels. The platform features a photorealistic robot renderer that utilizes path-tracing and Gaussian Splatting to generate synthetic training data. It includes a domain randomization framework to vary lighting and physical parameters acros

    Python
    GitHub पर देखें↗29,351
  • dusty-nv/jetson-inferencedusty-nv का अवतार

    dusty-nv/jetson-inference

    8,734GitHub पर देखें↗

    jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU hardware. Its primary purpose is to enable real-time computer vision and AI inference at the edge with low latency and high throughput. The project distinguishes itself through high-performance streaming analytics and the ability to execute concurrent AI pipelines on auto-grade silicon. It provides specialized support for multi-sensor stream processing, utilizing zero-copy data transport to load camera frames directly into GPU memory. The codebase covers a broad surface of capabiliti

    C++caffecomputer-visiondeep-learning
    GitHub पर देखें↗8,734

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • bulletphysics/bullet3bulletphysics का अवतार

    bulletphysics/bullet3

    14,243GitHub पर देखें↗

    Bullet3 is a professional physics simulation engine designed for calculating rigid body, soft body, and collision dynamics within 3D environments and robotics applications. It functions as a computational framework for determining complex geometric intersections and contact manifolds between objects in simulated space. The library distinguishes itself through a distributed rendering framework that scales heavy graphical workloads and scene generation tasks across large clusters of machines. This capability enables the production of massive datasets by distributing complex scene generation acr

    C++computer-animationgame-developmentkinematics
    GitHub पर देखें↗14,243
  • danielchappuis/reactphysics3dDanielChappuis का अवतार

    DanielChappuis/reactphysics3d

    1,754GitHub पर देखें↗

    Open source C++ physics engine library in 3D

    C++
    GitHub पर देखें↗1,754
  • dartsim/dartdartsim का अवतार

    dartsim/dart

    1,112GitHub पर देखें↗

    Research-focused C++23 physics engine for robotics, animation, and machine learning, with Python bindings

    C++
    GitHub पर देखें↗1,112
  • dimforge/nphysicsdimforge का अवतार

    dimforge/nphysics

    1,650GitHub पर देखें↗

    2 and 3-dimensional rigid body physics engine for Rust.

    Rust
    GitHub पर देखें↗1,650
  • erwincoumans/tiny-differentiable-simulatorerwincoumans का अवतार

    erwincoumans/tiny-differentiable-simulator

    1,362GitHub पर देखें↗

    Tiny Differentiable Simulator is a header-only C++ and CUDA physics library for reinforcement learning and robotics with zero dependencies.

    C++
    GitHub पर देखें↗1,362
  • gbionics/idyntreegbionics का अवतार

    gbionics/idyntree

    230GitHub पर देखें↗

    Multibody Dynamics Library designed for Free Floating Robots

    C++
    GitHub पर देखें↗230
  • genesis-embodied-ai/genesisGenesis-Embodied-AI का अवतार

    Genesis-Embodied-AI/Genesis

    29,362GitHub पर देखें↗

    Genesis is an embodied AI simulation platform and parallelized robotics simulator designed for training general-purpose robotic agents. It integrates a physics engine for robotics that calculates collisions and movements for rigid bodies, soft tissues, and fluids, alongside a photorealistic 3D rendering engine. The platform features a domain randomization framework to vary environment parameters across parallel simulations, aiding in sim-to-real transfer. It supports the integration of real-world captured light fields and Gaussian splatting to provide photorealistic backgrounds within simulat

    Python
    GitHub पर देखें↗29,362
  • google/braxgoogle का अवतार

    google/brax

    3,196GitHub पर देखें↗

    Massively parallel rigidbody physics simulation on accelerator hardware.

    Jupyter Notebook
    GitHub पर देखें↗3,196
  • google-deepmind/mujocogoogle-deepmind का अवतार

    google-deepmind/mujoco

    13,957GitHub पर देखें↗

    MuJoCo is a physics simulation engine designed for the dynamics of multi-joint articulated structures. It provides a computational framework for calculating the forces, velocities, and physical interactions of complex models within a virtual environment, supporting research in robotics, biomechanics, and machine learning. The engine utilizes a constraint-based dynamics solver and recursive algorithms to manage the motion of articulated systems. It includes a native graphical interface for real-time visualization, allowing users to inspect physical behaviors and contact dynamics as they occur.

    C++mujocophysicsrobotics
    GitHub पर देखें↗13,957
  • jrl-umi3218/rbdynjrl-umi3218 का अवतार

    jrl-umi3218/RBDyn

    221GitHub पर देखें↗

    RBDyn provides a set of classes and functions to model the dynamics of rigid body systems.

    C++
    GitHub पर देखें↗221
  • juliarobotics/rigidbodydynamics.jlJuliaRobotics का अवतार

    JuliaRobotics/RigidBodyDynamics.jl

    310GitHub पर देखें↗

    Julia implementation of various rigid body dynamics and kinematics algorithms

    Julia
    GitHub पर देखें↗310
  • krishauser/klamptkrishauser का अवतार

    krishauser/Klampt

    434GitHub पर देखें↗

    Kris' Locomotion and Manipulation Planning Toolkit

    C++
    GitHub पर देखें↗434
  • laas/metapodlaas का अवतार

    laas/metapod

    14GitHub पर देखें↗

    A template-based robot dynamics library

    C++
    GitHub पर देखें↗14
  • leggedrobotics/raisimlibleggedrobotics का अवतार

    leggedrobotics/raisimLib

    328GitHub पर देखें↗

    RAISIM, A PHYSICS ENGINE FOR ROBOTICS AND AI RESEARCH

    GitHub पर देखें↗328
  • librepilot/librepilotlibrepilot का अवतार

    librepilot/LibrePilot

    356GitHub पर देखें↗

    This is the GitHub mirror for the LibrePilot source code. The main development is taking place at https://bitbucket.org/librepilot

    C
    GitHub पर देखें↗356
  • madeapps/newton-dynamicsMADEAPPS का अवतार

    MADEAPPS/newton-dynamics

    1,020GitHub पर देखें↗

    Newton Dynamics is an integrated solution for real time simulation of physics environments.

    HTML
    GitHub पर देखें↗1,020
  • mbsim-env/mbsimmbsim-env का अवतार

    mbsim-env/mbsim

    53GitHub पर देखें↗

    A multi-body simulation software

    C++
    GitHub पर देखें↗53
  • mrpt/mrptMRPT का अवतार

    MRPT/mrpt

    2,139GitHub पर देखें↗

    :zap: The Mobile Robot Programming Toolkit (MRPT)

    C++
    GitHub पर देखें↗2,139
  • mrpt/mvsimMRPT का अवतार

    MRPT/mvsim

    404GitHub पर देखें↗

    Vehicle and mobile robotics simulator. C++ & Python API. Use it as a standalone application or via ROS 1 or ROS 2

    C++
    GitHub पर देखें↗404
  • murpheylab/trepMurpheyLab का अवतार

    MurpheyLab/trep

    20GitHub पर देखें↗

    Trep: Mechanical Simulation and Optimal Control Software

    C
    GitHub पर देखें↗20
  • newton-physics/newtonnewton-physics का अवतार

    newton-physics/newton

    2,535GitHub पर देखें↗

    Newton is a GPU-accelerated physics engine and robotics simulation platform designed for high-performance modeling of rigid bodies and complex articulations. It functions as a differentiable physics engine, calculating gradients to enable mathematical optimization and machine learning. The platform is distinguished by its ability to execute multiple parallel physics worlds on a single GPU, which accelerates data collection for reinforcement learning. It also supports the simulation of deformable bodies, such as cloth and cables, using particle-based methods and multi-physics coupling. Newton

    Pythonnewton-physicsnvidia-warpphysics-simulation
    GitHub पर देखें↗2,535
  • nvidia-omniverse/physxNVIDIA-Omniverse का अवतार

    NVIDIA-Omniverse/PhysX

    4,606GitHub पर देखें↗

    PhysX is a physics engine SDK designed for calculating real-time rigid body dynamics, fluid simulations, and environmental interactions in virtual applications. It includes a GPU-accelerated physics solver for computing complex particle fluids and combustion models, a voxel fluid simulator for real-time gas, fire, and smoke, and a destruction simulation framework for modeling the fracture of meshes. The SDK features a specialized machine learning physics tensor interface that enables the exchange of simulation data with machine learning frameworks using a common tensor format. It also impleme

    C++
    GitHub पर देखें↗4,606
  • nvidiagameworks/flexNVIDIAGameWorks का अवतार

    NVIDIAGameWorks/FleX

    798GitHub पर देखें↗

    NVIDIA Flex - 1.1.0

    C++
    GitHub पर देखें↗798
  • positronicslab/mobyPositronicsLab का अवतार

    PositronicsLab/Moby

    37GitHub पर देखें↗

    The Moby rigid body dynamics simulator

    C++
    GitHub पर देखें↗37
  • projectchrono/chronoprojectchrono का अवतार

    projectchrono/chrono

    2,733GitHub पर देखें↗

    Chrono is a multi-physics simulation suite that functions as a multibody dynamics simulator, a finite element analysis tool, and a robotics simulation framework. It provides specialized solvers for fluid-solid interaction and distributed physics engines capable of synchronizing multiple agents across a network. The project features a dedicated pipeline for converting CAD assemblies into simulation-ready formats and integrates directly with robot operating systems to validate autonomous control logic and sensors. It differentiates itself through the use of WebAssembly for portable browser-base

    C++flexible-bodyfluid-solid-interactiongranular-dynamics
    GitHub पर देखें↗2,733
  • pydy/pydypydy का अवतार

    pydy/pydy

    412GitHub पर देखें↗

    Multibody dynamics tool kit.

    Pythondynamicsphysicspython
    GitHub पर देखें↗412
  • randygaul/qu3eRandyGaul का अवतार

    RandyGaul/qu3e

    995GitHub पर देखें↗

    Lightweight and Simple 3D Open Source Physics Engine in C++

    C
    GitHub पर देखें↗995