awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • grasscutters/grasscutterAvatar de Grasscutters

    Grasscutters/Grasscutter

    16,770Ver en GitHub↗

    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
    Ver en GitHub↗16,770
  • tmodloader/tmodloaderAvatar de tModLoader

    tModLoader/tModLoader

    5,099Ver en GitHub↗

    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
    Ver en GitHub↗5,099
  • space-wizards/space-station-14Avatar de space-wizards

    space-wizards/space-station-14

    3,523Ver en GitHub↗

    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
    Ver en GitHub↗3,523
  1. Home
  2. Game Development
  3. Entity Spawning Systems

Explorar subetiquetas

  • 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.