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

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

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

3 مستودعات

Awesome GitHub RepositoriesRuntime Behavior Manipulators

Tools that allow altering method logic and executing scripts while a game is running.

Distinct from Unity: Candidates focus on editor extensions or static scripts; this is about active runtime modification.

Explore 3 awesome GitHub repositories matching game development · Runtime Behavior Manipulators. Refine with filters or upvote what's useful.

Awesome Runtime Behavior Manipulators GitHub Repositories

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

    eclipse-sumo/sumo

    4,070عرض على GitHub↗

    SUMO is a microscopic traffic simulator and road network generator designed to model the detailed movement of individual vehicles, pedestrians, and public transport. It serves as a multimodal transport simulator and an autonomous vehicle simulator, enabling the analysis of interactions between different transport modes and the testing of automated driving behaviors. The project distinguishes itself through its ability to couple simulations with external controllers and network simulators to model vehicle communication and autonomous control transitions. It supports the creation of simulation-

    Allows real-time modification of simulation parameters and vehicle behavior through a programmatic interface.

    Pythonsimulationtraffictransport
    عرض على GitHub↗4,070
  • chakazul/leniaالصورة الرمزية لـ Chakazul

    Chakazul/Lenia

    3,786عرض على GitHub↗

    Lenia is a scientific research tool and computational framework for modeling, visualizing, and analyzing artificial life. It functions as a continuous cellular automata engine that simulates emergent biological patterns using continuous space-time grids and kernel-based convolutional dynamics. The system leverages a GPU-accelerated simulation framework to perform parallel tensor computations and massive grid updates in real time. It includes hardware-accelerated 3D rendering to visualize high-dimensional cellular structures and their structural complexity. The platform provides capabilities

    Allows manual modification of simulation fields by adding, moving, rotating, and resizing cells.

    Pythonartificial-lifecellular-automatajavascript
    عرض على GitHub↗3,786
  • sinai-dev/unityexplorerالصورة الرمزية لـ sinai-dev

    sinai-dev/UnityExplorer

    2,985عرض على GitHub↗

    UnityExplorer is a specialized suite of runtime tools for memory exploration, asset exporting, camera control, and real-time object property inspection within Unity applications. It functions as a runtime debugger and engine inspector, providing an interface to locate singletons, static classes, and active scene objects in memory. The project distinguishes itself with a C# runtime debugger that allows for the execution of custom scripts and the patching of method behavior. It includes a dedicated asset exporter for saving textures and audio clips as PNG and WAV files, as well as a freecam too

    Allows executing custom C# scripts and altering method logic while the game is running.

    C#bepinexil2cppmelonloader
    عرض على GitHub↗2,985
  1. Home
  2. Game Development
  3. Runtime Behavior Manipulators

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

  • Simulation Parameter Manipulators1 وسم فرعيTools for modifying simulation settings and agent behaviors during active execution. **Distinct from Runtime Behavior Manipulators:** Distinct from general game runtime manipulators; focuses on simulation parameters and behavioral logic.