awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesSimulation State Integration

The process of calculating the next physical state of the world by advancing the simulation by a specific timestep.

Distinct from Physics Simulation: Candidates are either 'awesome' lists or narrow robotics/multi-physics frameworks; this is the fundamental state update mechanism.

Explore 4 awesome GitHub repositories matching game development · Simulation State Integration. Refine with filters or upvote what's useful.

Awesome Simulation State Integration GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • liabru/matter-jsAvatar liabru

    liabru/matter-js

    18,256Vezi pe GitHub↗

    Matter-js is a 2D rigid body physics engine written in JavaScript for simulating realistic physical interactions, collisions, and dynamics in web browsers. It functions as a web physics simulation library that calculates motion, gravity, and constraints for objects rendered on a web canvas. The library includes a built-in canvas physics visualizer to draw physical bodies, joints, and constraints for debugging and gameplay. It distinguishes itself through a plugin system that supports recursive dependency resolution and internal method patching to inject custom logic into the engine's executio

    Calculates the next state of the physical world by advancing the engine forward through discrete timesteps.

    JavaScriptcanvasjavascriptphysics
    Vezi pe GitHub↗18,256
  • sandermertens/flecsAvatar SanderMertens

    SanderMertens/flecs

    8,045Vezi pe GitHub↗

    Flecs is a high-performance entity component system framework and data-oriented programming library. It serves as a simulation engine core and game engine architecture tool, decoupling state from behavior by separating entities, components, and systems. The framework features a runtime reflection layer for dynamic data inspection and a built-in scripting system for defining entity behavior without recompilation. It also includes a network interface and REST API for remote simulation administration and state querying. The library covers a broad surface of simulation capabilities, including ar

    Advances the simulation world state by one timestep to process registered systems and update data.

    Cc99cpp11cpp14
    Vezi pe GitHub↗8,045
  • google-deepmind/mujoco_menagerieAvatar google-deepmind

    google-deepmind/mujoco_menagerie

    3,055Vezi pe GitHub↗

    mujoco_menagerie is a curated library of physical robot specifications and XML model definitions designed for standardized dynamics and contact simulation. It provides a collection of high-quality robot model files for humanoids, quadrupeds, and manipulators, alongside detailed kinematic and inertial parameters used to reproduce real-world robot behavior in virtual environments. The project serves as a repository of robotics simulation assets and MJCF model definitions optimized for accuracy. It includes standardized model libraries specifically for bipedal, quadrupedal, and humanoid hardware

    Implements numerical integration methods to advance the simulation state over discrete timesteps.

    Pythonmujocorobotics
    Vezi pe GitHub↗3,055
  • avianphysics/avianAvatar avianphysics

    avianphysics/avian

    3,018Vezi pe GitHub↗

    Avian is a 2D physics engine and rigid body dynamics simulator designed to calculate physical motion using mass, forces, and velocity. It provides a framework for simulating rigid body dynamics, collision detection, and joint constraints for games and applications. The engine utilizes a modular physics pipeline with a plugin-based architecture, allowing for the customization of simulation fidelity settings and the extension of collision backends. It includes a specialized kinematic character controller for implementing entity movement and sliding behavior against physical geometry. The syste

    Increases simulation stability and precision by dividing frames into smaller time increments for integration.

    Rust2d3dbevy
    Vezi pe GitHub↗3,018
  1. Home
  2. Game Development
  3. Simulation State Integration