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

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

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

1 مستودع

Awesome GitHub RepositoriesPhysics Engine Adapters

Swap the underlying physics engine at startup by passing a different adapter instance to keep gameplay code portable through a unified API.

Distinct from Physics Engines: Distinct from Physics Engines: focuses on the adapter pattern for swapping engines, not the physics engine itself.

Explore 1 awesome GitHub repository matching game development · Physics Engine Adapters. Refine with filters or upvote what's useful.

Awesome Physics Engine Adapters GitHub Repositories

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

    melonjs/melonJS

    6,319عرض على GitHub↗

    melonJS is a lightweight HTML5 game engine for building 2D games in the browser using JavaScript. It provides a complete framework for sprite animation, tilemap loading, physics simulation, input handling, and audio playback, with a unified rendering system that automatically switches between WebGL and Canvas2D backends without code changes. The engine distinguishes itself through several integrated capabilities. It features a per-sprite shader pipeline for custom fragment shader effects, a SAT-based collision engine with swappable physics adapters (including built-in SAT, Matter.js, and Plan

    Provides a physics engine adapter system that swaps between SAT, Matter.js, and Planck/Box2D at startup.

    JavaScript
    عرض على GitHub↗6,319
  1. Home
  2. Game Development
  3. Physics Engines
  4. Physics Engine Adapters