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

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

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

5 مستودعات

Awesome GitHub RepositoriesSimulation Visualizers

Tools that render the internal state of a physics simulation using wireframes or simple shapes for analysis.

Distinct from Physics Simulation: The sibling [f7_mt4] is a general engine list; this is the specific capability of visualizing the engine's state.

Explore 5 awesome GitHub repositories matching part of an awesome list · Simulation Visualizers. Refine with filters or upvote what's useful.

Awesome Simulation Visualizers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • 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

    Provides a visualizer to draw rigid bodies and interactions using wireframes, colors, or sprites for debugging.

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

    google-deepmind/dm_control

    4,620عرض على GitHub↗

    dm_control هو إطار عمل للمحاكاة القائمة على الفيزياء ومجموعة أدوات لمحاكاة التحكم في الروبوتات مصممة لإنشاء مهام التحكم المستمر والتفاعل معها. يعمل كمجموعة من بيئات التعلم التعزيزي وأداة قياس لتقييم الوكلاء المستقلين داخل مساحات فيزيائية افتراضية. يوفر إطار العمل مجموعة من البيئات القائمة على روابط فيزياء MuJoCo لمحاكاة ديناميكيات الأجسام الصلبة وقوى التلامس. يتميز بعرض مسرع بالأجهزة وعارضين تفاعليين لتصور بيئات الفيزياء وسلوك الوكيل. يدعم النظام تكوين مهام محاكاة معقدة من خلال طبقات من نماذج الفيزياء القابلة لإعادة الاستخدام ووظائف المكافأة. يقوم بتوحيد واجهة الحالة-الإجراء لتبادل بيانات المستشعر وأوامر المشغل بين محاكي الفيزياء والوكلاء الخارجيين.

    Renders the internal state of physics simulations using interactive viewers for behavioral analysis.

    Pythonartificial-intelligencedeep-learningmachine-learning
    عرض على GitHub↗4,620
  • mesa/mesaالصورة الرمزية لـ mesa

    mesa/mesa

    3,698عرض على GitHub↗

    Mesa is a Python framework for agent-based modeling and complex systems simulation. It provides a toolkit for creating simulations where autonomous agents interact within a shared environment to observe emergent global behaviors. The project includes a browser-based interface for real-time visualization of simulation states and agent interactions. It also functions as a data analysis library for recording and processing metrics from model runs to quantify system behavior. The framework supports multiple environmental topologies, including grid-based spatial mapping and network-graph topologi

    Renders simulation states in a browser interface to monitor agent interactions and system evolution in real time.

    Pythonagent-based-modelingagent-based-simulationcomplex-systems
    عرض على GitHub↗3,698
  • projectchrono/chronoالصورة الرمزية لـ projectchrono

    projectchrono/chrono

    2,733عرض على GitHub↗

    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

    Displays internal simulation states, including coordinate systems and contact force vectors, using customizable glyphs.

    C++flexible-bodyfluid-solid-interactiongranular-dynamics
    عرض على GitHub↗2,733
  • newton-physics/newtonالصورة الرمزية لـ newton-physics

    newton-physics/newton

    2,535عرض على GitHub↗

    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

    Renders the physical world and dynamic properties for real-time observation or offline analysis.

    Pythonnewton-physicsnvidia-warpphysics-simulation
    عرض على GitHub↗2,535
  1. Home
  2. Part of an Awesome List
  3. AI & Machine Learning
  4. Simulation Visualizers

استكشف الوسوم الفرعية

  • Browser-Based State VisualizationsWeb interfaces that render the current state and positions of agents in a simulation for real-time monitoring. **Distinct from Simulation Visualizers:** Distinct from Simulation Visualizers: focuses specifically on the browser-based real-time state monitoring of agents rather than physics engine wireframes.