Free and open-source 3D internet browser build with Godot Engine
It connects game experiences together like world wide web and allows you to easily access them without installing
From godot/:
Editor / launcher:
python tools/build.py launcher
Renderer:
python tools/build.py renderer
tools/build.py wraps scons with the canonical flag combinations. Run python tools/build.py --help for release variants and flags (--mac-intel, --no-sandbox, -j N). It defaults to -j (cpu_count - 2) so the OS stays responsive during builds.
Start compiled editor and open godot project inside app folder


