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
·

2 Repos

Awesome GitHub RepositoriesLevel Data Serialization

Processes for converting game level layouts and metadata into structured formats for engine runtime.

Distinguishing note: None of the candidates cover the serialization of level design data specifically, rather than game state or notation.

Explore 2 awesome GitHub repositories matching game development · Level Data Serialization. Refine with filters or upvote what's useful.

Awesome Level Data Serialization GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • xproger/openlaraAvatar von XProger

    XProger/OpenLara

    5,017Auf GitHub ansehen↗

    OpenLara is an open-source game engine and classic game emulator designed to load and execute original game data files from classic action-adventure titles. It functions as a cross-platform game runtime that enables legacy game assets to run on modern hardware and operating systems. The engine features a deterministic physics system using fixed-point coordinate math to ensure consistent movement and behavior across different hardware environments. The project incorporates a component-based entity system and a data-driven level loading process to reconstruct world geometry and object placemen

    Reads original binary game files to reconstruct world geometry and object placements during runtime.

    C
    Auf GitHub ansehen↗5,017
  • deepnight/ldtkAvatar von deepnight

    deepnight/ldtk

    3,920Auf GitHub ansehen↗

    LDTK is a visual 2D level editor used for designing game worlds, layouts, and entities. It focuses on transforming visual map designs into structured JSON files for integration into game engines, while providing utilities to export level data into the Tiled TMX format for external compatibility. The tool integrates directly with Aseprite, allowing source artwork to be linked to the editor so that visuals update in real time as external image files are saved. It also features automated tile rendering that applies visual skinning rules based on predefined configurations to manage map aesthetics

    Transforms visual map designs into structured JSON files specifically designed for integration into game engines.

    Haxe2delectrongame-development
    Auf GitHub ansehen↗3,920
  1. Home
  2. Game Development
  3. Level Data Serialization

Unter-Tags erkunden

  • Runtime Binary LoadingProcesses for reading original binary game data files at runtime to reconstruct world geometry. **Distinct from Level Data Serialization:** Distinct from general serialization as it focuses on the runtime reconstruction of world geometry from original binary assets