Elevator Pitch
Build living worlds where every action reshapes the ecosystem forever. Bitwise isotropic hex lattice+fast bidirectional inheritance turn footsteps→PCG paths, overhunting→spawn shifts, quests→story changes. True emergence
Details
Problem:
Today's open-world games often require creators to balance static environments against the performance costs of dynamic systems. Many projects end up with worlds that become predictable over time, or they limit reactivity due to scalability challenges. Players increasingly seek experiences where player and NPC actions have lasting, cascading effects: ecosystems shift organically, societies remember past actions, and every footstep, hunt, or quest leaves a lasting mark. Footsteps eventually carve trails, overhunting shifts animal migration patterns, and quests change crime, monster, and political values that guide spawn rates and dynamic story progression. Current systems make this kind of deep, cascading simulation difficult and expensive to implement at scale.
Vision:
The FOHL World Simulation Framework addresses this at the foundational level. It is built around a rigid isotropic hexagonal lattice paired with a hierarchical sparse map container that enables bidirectional data stored at a coarse level to be immediately accessible to any child data point through direct key operations, while fine-grained player and NPC actions can aggregate upward to influence broader world states. Every layer includes configurable meta bits that allow creators to embed small custom values (e.g., ownership flags, AI priority levels) directly inside the key for low-overhead access.