awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

محركات فيزياء ثنائية وثلاثية الأبعاد

تم تحديث الترتيب في 30 يونيو 2026

For مكتبة محرك فيزياء لألعاب 2D و 3D, the strongest matches are dimforge/rapier (Rapier is a cross-platform physics engine and rigid body), liabru/matter-js (Matter-js is a 2D rigid body physics engine with) and google-deepmind/mujoco (MuJoCo is a high-fidelity physics simulation engine focused on). idmillington/cyclone-physics and soulwire/coffee-physics round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

مكتبات عالية الأداء لمحاكاة ديناميكيات الأجسام الصلبة، واكتشاف التصادم، والتفاعلات الفيزيائية في تطوير الألعاب.

محركات فيزياء ثنائية وثلاثية الأبعاد

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • dimforge/rapierالصورة الرمزية لـ dimforge

    dimforge/rapier

    5,471عرض على GitHub↗

    Rapier is a cross-platform physics engine and rigid body dynamics solver designed for 2D and 3D simulations. It functions as a collision detection system and a robotics simulation framework, providing a consistent API for calculating physical interactions across different environments. The engine distinguishes itself with specialized robotics capabilities, including a toolkit for importing URDF and STL models to control multibody chains. It supports precise mechanical movement through inverse kinematics calculations and the application of PID controllers for dynamic body control. The simulat

    Rapier is a cross-platform physics engine and rigid body solver that explicitly supports both 2D and 3D simulations with collision detection, constraints, and broadphase acceleration, making it a comprehensive fit for game development physics.

    RustCollision DetectionContinuous Collision DetectionRigid Body Physics Engines
    عرض على GitHub↗5,471
  • liabru/matter-jsالصورة الرمزية لـ liabru

    liabru/matter-js

    18,256عرض على 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

    Matter-js is a 2D rigid body physics engine with comprehensive collision detection, constraints, and broadphase acceleration, but it does not support 3D physics as your search requires—it's a strong 2D-only option, not a dual-dimension library.

    JavaScriptCollision Detection
    عرض على GitHub↗18,256
  • google-deepmind/mujocoالصورة الرمزية لـ google-deepmind

    google-deepmind/mujoco

    13,957عرض على GitHub↗

    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.

    MuJoCo is a high-fidelity physics simulation engine focused on 3D dynamics for robotics and biomechanics, so it provides the physics library you need for 3D but lacks built-in 2D support, which makes it a narrower fit for a general-purpose 2D/3D game development library.

    C++Physics EnginesPhysics SimulationsPhysics
    عرض على GitHub↗13,957
  • idmillington/cyclone-physicsالصورة الرمزية لـ idmillington

    idmillington/cyclone-physics

    1,101عرض على GitHub↗

    Cyclone Physics is a three-dimensional rigid body physics engine designed for game development. It provides a framework for simulating the motion, rotation, and physical interactions of solid objects by applying fundamental laws of mechanics. The library utilizes discrete time integration to update object positions and velocities across fixed intervals. It manages complex scenes through a bounding volume hierarchy and employs impulse-based collision resolution to maintain momentum during contact. To handle simultaneous interactions, the engine uses an iterative velocity solver that repeatedly

    Cyclone Physics is a C++ physics engine library for game development, based on the book "Game Physics Engine Design"; it provides 3D rigid body dynamics and collision detection but does not include 2D support, so it partially matches your requirement for a 2D/3D library.

    C++Collision DetectionRigid Body DynamicsRigid Body Physics Engines
    عرض على GitHub↗1,101
  • soulwire/coffee-physicsالصورة الرمزية لـ soulwire

    soulwire/Coffee-Physics

    1,053عرض على GitHub↗

    Coffee-Physics is a lightweight physics engine designed for two-dimensional particle simulation within web environments. It provides a framework for managing the movement and physical interactions of individual objects across a coordinate system, utilizing a collection of mathematical functions to calculate trajectories and collision responses. The library employs Verlet-based integration to maintain stability by tracking coordinate history, avoiding the need for explicit velocity or acceleration variables. It enforces deterministic behavior through fixed-step time stepping, which ensures con

    A physics engine library written in CoffeeScript, but it appears to be 2D only — it will give you rigid body dynamics and collision detection for games, but not the 3D support this search requires.

    CoffeeScript2D Physics Simulations2D Rigid Body Physics EnginesCollision Resolution Engines
    عرض على GitHub↗1,053

Related searches

  • محرك ألعاب 2D لبناء الألعاب المستقلة
  • a high performance game engine for C++
  • محرك 2D خفيف لألعاب الـ indie
  • a python library for game development
  • an open source game engine for development
  • a javascript library for building browser games
  • a game engine written in Rust
  • a java game engine for desktop development