Skip to content
Spacefarer Retro Remasters LLC edited this page Mar 20, 2026 · 1 revision

Alone In The Dark Re:Haunted — Wiki

This wiki documents the codebase, build workflow, architecture, and QA process for AloneInTheDarkReHaunted.

Quick links

What is this repository?

This is a native C++ project built with CMake. The codebase includes subsystems for:

  • Rendering (BGFX integration, custom shaders, post-processing)
  • Input and UI menus
  • Asset/archive loading (packs/archives)
  • Audio backends (OpenAL/SDL paths)
  • Save/config/versioning
  • Debugging and crash handling

If you’re new: start with Build & Run and then QA (Testing Plan).

Clone this wiki locally