Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pikapower9080/codespaces-godot
Template to run Godot in your browser using Github Codespaces
https://github.com/pikapower9080/codespaces-godot
Last synced: about 15 hours ago
JSON representation
Template to run Godot in your browser using Github Codespaces
- Host: GitHub
- URL: https://github.com/pikapower9080/codespaces-godot
- Owner: pikapower9080
- Created: 2024-02-26T20:39:50.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-07T15:13:17.000Z (17 days ago)
- Last Synced: 2025-01-07T16:16:44.413Z (17 days ago)
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Codespaces-Godot
This project lets you run the godot game engine and other apps in github codespaces using VNC. Everything runs in your web browser.
## First Install
The first time you open up this repository in codespaces, focus the terminal and enter
```sh
chmod +x setup.sh
./setup.sh
```
Then press enter and wait for the installation to complete. This script will automatically download Godot 4.3.## Subsequent Uses
After you already run setup.sh once, you can simply run
```sh
./start.sh
```
to skip all setup steps.## Accessing Godot
After a few seconds a new tab should open, simply press connect and Godot should already be open. If you need to access this tab again, go to the ports tab in vscode and click the globe icon under the forwarded address column for port 6080.