awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • eclipse-sumo/sumoAvatar de eclipse-sumo

    eclipse-sumo/sumo

    4,070Voir sur 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
    Voir sur GitHub↗4,070
  • chakazul/leniaAvatar de Chakazul

    Chakazul/Lenia

    3,786Voir sur 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
    Voir sur GitHub↗3,786
  • sinai-dev/unityexplorerAvatar de sinai-dev

    sinai-dev/UnityExplorer

    2,985Voir sur 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
    Voir sur GitHub↗2,985
  1. Home
  2. Game Development
  3. Runtime Behavior Manipulators

Explorer les sous-tags

  • Simulation Parameter Manipulators1 sous-tagTools 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.