3D internet browser build with Godot Engine
Find a file
2025-07-10 05:33:28 +07:00
app fix loading jpeg/jpg images 2025-07-10 05:33:28 +07:00
godot@b798ad4ef8 new ui icons 2024-11-16 02:54:21 +04:00
sandbox/kinda-safe-godot sandbox logger (wip) 2024-10-30 07:28:05 +04:00
screenshots Delete screenshots/2-search.png 2025-01-31 12:52:23 +04:00
.gitignore switch mobile, fix shader 2024-07-16 01:28:12 +04:00
.gitmodules add godot submodule 2024-05-04 00:42:08 +04:00
LICENSE add license, move folders 2024-05-04 00:14:24 +04:00
README.md Update README.md 2025-01-31 12:51:31 +04:00

TheGates browser

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

Documentation
Other links

Screenshots







Build

1. Build godot submodule:

Editor:

scons -j $(nproc) dev_build=yes the_gates_sandbox=no compiledb=yes use_llvm=yes linker=lld disable_exceptions=no

Sandbox:

scons -j $(nproc) dev_build=yes target=template_debug the_gates_sandbox=yes compiledb=yes use_llvm=yes linker=lld disable_exceptions=no

2. Create sandbox environment (only linux)

Run bash command sandbox/kinda-safe-godot/create_sandbox_env.sh
It will create folder sandbox with sandbox_env.zip file
Copy sandbox folder to godot/bin (alongside with compiled editor and sandbox executables)

3. Run project

Start compiled editor and open godot project inside app folder