Skip to content

Commit

Permalink
Add some Godot XR entries (#336)
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
  • Loading branch information
BastiaanOlij and Calinou authored Aug 25, 2024
1 parent 11f6a67 commit 16fc184
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ See [Vivraan/godot-lang-support](https://github.com/Vivraan/godot-lang-support).
- [Games](#games)
- [2D](#2d)
- [3D](#3d)
- [XR] (#xr)
- [Projects](#projects)
- [Templates](#templates)
- [Demos](#demos)
Expand Down Expand Up @@ -111,6 +112,17 @@ See [Vivraan/godot-lang-support](https://github.com/Vivraan/godot-lang-support).

- [Cheese Hunter](https://github.com/khairul169/cheese-hunter) - A game for Godot Engine Jam of March 2016.

### XR

#### Godot 4.1

- [Piggy Rescue](https://github.com/surreal6/piggyRescue) - Fun little example game where you chase and rescue little pigs.

#### Godot 3.5

- [Beep Saber VR](https://github.com/NeoSpark314/BeepSaber) - Beat Saber clone in Godot.
- [Friday Night Funkin`](https://github.com/this-is-bennyk/Funkin-VR) - VR port of the popular rhythm game.

## Projects

*Non-game Open source projects made with Godot (tools/utilities).*
Expand Down Expand Up @@ -140,6 +152,7 @@ See [Vivraan/godot-lang-support](https://github.com/Vivraan/godot-lang-support).

#### Godot 4.2+

- [Godot XR Template](https://github.com/godotVR/godot-xr-template) - Template for a multi-level XR game.
- [Maaack's Game Template](https://github.com/Maaack/Godot-Game-Template) - Template with a main menu, options menus, pause menu, credits, scene loader, extra tools, and an example game scene.

#### Godot 3.5+
Expand Down Expand Up @@ -259,6 +272,7 @@ See [Vivraan/godot-lang-support](https://github.com/Vivraan/godot-lang-support).
- [CSLocator (Contextual Service Locator)](https://codeberg.org/svetogam/cslocator) - Provides a clean interface to register and find objects through the scene tree like localized singletons.
- [Dialogue Engine](https://github.com/Rubonnek/dialogue-engine) - Minimalistic dialogue engine that fits into your GUI nodes and automatically graphs the branching dialogues for easy debugging.
- [Godot Google Play Game Services](https://github.com/Iakobs/godot-play-game-services) - Integrate Google Play Games Services in your Godot game.
- [Godot XR Tools](https://github.com/godotvr/godot-xr-tools) - Basic components for XR development.
- [LimboAI](https://github.com/limbonaut/limboai) - Behavior trees and state machines. Comes with editor, visual debugger, comprehensive demo and tutorial.
- [Maaack's Game Template Plugin](https://github.com/Maaack/Godot-Game-Template) - Template with a main menu, options menus, pause menu, credits, scene loader, extra tools, and an example game scene.
- [Maaack's Menus Template](https://github.com/Maaack/Godot-Menus-Template) - Template with a main menu, options menus, credits, and a scene loader.
Expand Down

0 comments on commit 16fc184

Please sign in to comment.