Skip to content

Reviewer Fast Path

Use this page when you need the shortest review loop

Start here if you want to understand what godotGS changes, where the fork delta lives, and what to validate first.

This path is for reviewers, maintainers, and contributors who want to understand the fork without rebuilding the whole repository first.

Read First

What To Check

  1. Confirm the project is still Alpha and that the preferred public evaluation path is Linux nightly.
  2. Read ENGINE_PATCHES.md before opening engine-root changes.
  3. Inspect modules/gaussian_splatting/ for the module implementation that owns the fork delta.
  4. Use the sample project in tests/examples/godot/test_project to verify the current runtime path.
  5. Check the compatibility matrix before assuming a platform claim is production-ready.

Validation Shortlist

Use these commands when you want to sanity-check the public docs and reviewer surface:

python scripts/docs/check_links.py docs README.md BUILDING.md CONTRIBUTING.md
python scripts/docs/release_acceptance.py

If You Need To Build