There was an error while loading. Please reload this page.
Android guide: the engine now runs on-device (verified) + modern font notes Android boots, renders and runs on a real device (Pixel 7 Pro, Android 13, via Firebase Test Lab). Drop the "runtime not re-verified" warning, add a short "Is Android working yet?" section, and refresh the Fonts notes: Droid -> Roboto, the modern Windows-name-record requirement, the bundled Roboto-Regular.ttf, and the blank decorative-font caveat. Update Building.md's Android status from "still being verified" to verified. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01C6jsrTtG7fhRRRYG9NvHZW
docs: unify the build guides around the new CMake build The engine migrated to CMake as the single source of truth and the legacy per-platform project files were retired, so the wiki's build/platform guides were stale (they pointed at deleted .sln/Makefile/ndk-build projects). Consolidate them into one page: - Add Building.md ("Building from Source") — a single, hobbyist-friendly reference covering Windows, macOS (incl. an Intel-Mac subsection), Linux (64/32-bit), Android, and iOS, with Web marked in-progress. Leads with a prominent "Running" section (run from the repo root; Ctrl+~ console after a project is open) since that detail was previously buried at the end. - Reduce Android-/Linux-/Web-Deployment-Guide to redirect stubs that point at Building. Android and Web keep their still-relevant non-build notes (Android runtime/lifecycle hooks; Emscripten background + platform limits) under a clearly caveated section; the obsolete Eclipse/ndk-build/Makefile/Emscripten build steps are removed. - Getting-Started-Guide: rewrite Chapter 2 ("Compiling the engine") to point at Building (the deeper module-tutorial staleness is left for a later pass). - Directory-structure: replace the dead-image folder table with an accurate post-CMake text table (fixes the compilers description and the gone modules/). - Home.md: repoint the build navigation at Building. - Add .gitignore for local-only helper files (kept out of the published wiki). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01C6jsrTtG7fhRRRYG9NvHZW
Initial Upload This commit transfer the wiki from the old repository.