1 Repo
Processes 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
Explore 1 awesome GitHub repository matching game development · Runtime Binary Loading. Refine with filters or upvote what's useful.
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.