Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 37 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,60 +1,60 @@
# Godot demo projects
# Redot demo projects

Each folder containing a `project.godot` file is a demo project meant to
be used with [Godot Engine](https://godotengine.org), the open source
Each folder containing a `project.redot` file is a demo project meant to
be used with [Redot Engine](https://redotengine.org), the open source
2D and 3D game engine.

## Godot versions

- The [`master`](https://github.com/godotengine/godot-demo-projects) branch is compatible with Godot's `master` development branch (next 4.x release).
- The [`3.x`](https://github.com/godotengine/godot-demo-projects/tree/3.x) branch is compatible with Godot's `3.x` development branch (next 3.x release).
- The other branches are compatible with the matching stable versions of Godot:
- [`4.2`](https://github.com/godotengine/godot-demo-projects/tree/4.2)
branch for Godot 4.2.x.
- [`4.1`](https://github.com/godotengine/godot-demo-projects/tree/4.1)
branch for Godot 4.1.x.
- [`4.0`](https://github.com/godotengine/godot-demo-projects/tree/4.0)
branch for Godot 4.0.x.
- [`3.5`](https://github.com/godotengine/godot-demo-projects/tree/3.5)
branch for Godot 3.5.x.
- [`3.4`](https://github.com/godotengine/godot-demo-projects/tree/3.4)
branch for Godot 3.4.x.
- [`3.3`](https://github.com/godotengine/godot-demo-projects/tree/3.3)
branch for Godot 3.3.x.
- [`3.2`](https://github.com/godotengine/godot-demo-projects/tree/3.2)
branch for Godot 3.2.x.
- [`3.1`](https://github.com/godotengine/godot-demo-projects/tree/3.1)
branch for Godot 3.1.x.
- [`3.0`](https://github.com/godotengine/godot-demo-projects/tree/3.0)
branch for Godot 3.0.x.
- [`2.1`](https://github.com/godotengine/godot-demo-projects/tree/2.1)
branch for Godot 2.1.x.
## Redot versions

- The [`master`](https://github.com/redotengine/redot-demo-projects) branch is compatible with Redot's `master` development branch (next 4.x release).
- The [`3.x`](https://github.com/redotengine/redot-demo-projects/tree/3.x) branch is compatible with Redot's `3.x` development branch (next 3.x release).
- The other branches are compatible with the matching stable versions of Redot:
- [`4.2`](https://github.com/redotengine/redot-demo-projects/tree/4.2)
branch for Redot 4.2.x.
- [`4.1`](https://github.com/redotengine/redot-demo-projects/tree/4.1)
branch for Redot 4.1.x.
- [`4.0`](https://github.com/redotengine/redot-demo-projects/tree/4.0)
branch for Redot 4.0.x.
- [`3.5`](https://github.com/redotengine/redot-demo-projects/tree/3.5)
branch for Redot 3.5.x.
- [`3.4`](https://github.com/redotengine/redot-demo-projects/tree/3.4)
branch for Redot 3.4.x.
- [`3.3`](https://github.com/redotengine/redot-demo-projects/tree/3.3)
branch for Redot 3.3.x.
- [`3.2`](https://github.com/redotengine/redot-demo-projects/tree/3.2)
branch for Redot 3.2.x.
- [`3.1`](https://github.com/redotengine/redot-demo-projects/tree/3.1)
branch for Redot 3.1.x.
- [`3.0`](https://github.com/redotengine/redot-demo-projects/tree/3.0)
branch for Redot 3.0.x.
- [`2.1`](https://github.com/redotengine/redot-demo-projects/tree/2.1)
branch for Redot 2.1.x.

## Importing all demos

To import all demos at once in the project manager:

- Clone this repository or [download a ZIP archive](https://github.com/godotengine/godot-demo-projects/archive/master.zip).
- Clone this repository or [download a ZIP archive](https://github.com/redotengine/redot-demo-projects/archive/master.zip).
- If you've downloaded a ZIP archive, extract it somewhere.
- Open the Godot project manager and click the **Scan** button on the right.
- Open the Redot project manager and click the **Scan** button on the right.
- Choose the path to the folder containing all demos.
- All demos should now appear in the project manager.

## Try the demos in your browser

Most of the demos are exported to GitHub Pages. They can be viewed
[here](https://godotengine.github.io/godot-demo-projects/).
[here](https://redotengine.github.io/redot-demo-projects/).

**Note:** The performance of Godot in a browser is lower than natively on
**Note:** The performance of Redot in a browser is lower than natively on
desktop. For the best performance, consider downloading the demos.

## Useful links

- [Main website](https://godotengine.org)
- [Source code](https://github.com/godotengine/godot)
- [Documentation](http://docs.godotengine.org)
- [Community hub](https://godotengine.org/community)
- [TPS demo](https://github.com/godotengine/tps-demo)
- [Main website](https://redotengine.org)
- [Source code](https://github.com/redotengine/redot)
- [Documentation](http://docs.redotengine.org)
- [Community hub](https://redotengine.org/community)
- [TPS demo](https://github.com/redotengine/tps-demo)

## License

Expand Down