awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesEntity Spawning Systems

Mechanisms for programmatically creating NPCs or items at specific world coordinates.

Distinct from Game Item Spawning Tools: Focuses on runtime world spawning rather than developer-only injection tools.

Explore 3 awesome GitHub repositories matching game development · Entity Spawning Systems. Refine with filters or upvote what's useful.

Awesome Entity Spawning Systems GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • grasscutters/grasscutterAvatar von Grasscutters

    Grasscutters/Grasscutter

    16,770Auf GitHub ansehen↗

    Grasscutter is a private game server emulator designed to replicate game backend logic and simulate core gameplay mechanics without the use of official servers. It functions as a system for simulating character progression, world entities, and general backend simulation to host a private instance of a specific anime game. The project includes a game object management console for spawning entities and controlling player inventories within the simulated environment. It also provides a server configuration tool featuring a guided interface to generate and manage the settings and configuration fi

    Programmatically triggers the appearance of monsters and entities at specific coordinates via an admin console.

    Javajavakcpprivate-server
    Auf GitHub ansehen↗16,770
  • tmodloader/tmodloaderAvatar von tModLoader

    tModLoader/tModLoader

    5,099Auf GitHub ansehen↗

    tModLoader is a modding framework and toolset designed for expanding game content and extending core game logic. It provides a polymorphic content API that allows for the creation of new items, NPCs, projectiles, and world assets through object-oriented inheritance. The project is distinguished by its advanced code modification capabilities, utilizing intermediate language bytecode patching and reflection-based private access to alter internal game behavior. It features a hot-reloading assembly runtime that enables developers to recompile and apply source code changes in real-time without res

    Creates NPCs or items at specific coordinates or relative to the player in the world.

    C#apigamesteam
    Auf GitHub ansehen↗5,099
  • space-wizards/space-station-14Avatar von space-wizards

    space-wizards/space-station-14

    3,523Auf GitHub ansehen↗

    Space Station 14 is a C# multiplayer game and roleplay simulation framework. It is built upon an Entity-Component-System (ECS) game engine that separates logic into systems and data into components to manage complex entity interactions. The project functions as a grid-based physics simulator with a YAML data-driven prototype system for defining game objects. The project features a specialized 2D sprite rendering engine that maps server-side appearance data to client-side shaders. It implements a networking model with client-side prediction and dirty-flagged state synchronization to reduce inp

    Provides systems for instantiating game objects from prototypes in real-time via code or administrative panels.

    C#c-sharpgamehacktoberfest
    Auf GitHub ansehen↗3,523
  1. Home
  2. Game Development
  3. Entity Spawning Systems

Unter-Tags erkunden

  • Predicted SpawningMechanisms for creating temporary local entities to eliminate perceived latency before server confirmation. **Distinct from Entity Spawning Systems:** Distinct from generic Entity Spawning Systems as it specifically addresses the client-side prediction and replacement loop for network latency.