|
@@ -12,6 +12,7 @@ See [Vivraan/godot-lang-support](https://github.com/Vivraan/godot-lang-support).
|
|
- [Games](#games)
|
|
- [Games](#games)
|
|
- [2D](#2d)
|
|
- [2D](#2d)
|
|
- [3D](#3d)
|
|
- [3D](#3d)
|
|
|
|
+ - [XR] (#xr)
|
|
- [Projects](#projects)
|
|
- [Projects](#projects)
|
|
- [Templates](#templates)
|
|
- [Templates](#templates)
|
|
- [Demos](#demos)
|
|
- [Demos](#demos)
|
|
@@ -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.
|
|
- [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
|
|
## Projects
|
|
|
|
|
|
*Non-game Open source projects made with Godot (tools/utilities).*
|
|
*Non-game Open source projects made with Godot (tools/utilities).*
|
|
@@ -140,6 +152,7 @@ See [Vivraan/godot-lang-support](https://github.com/Vivraan/godot-lang-support).
|
|
|
|
|
|
#### Godot 4.2+
|
|
#### 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.
|
|
- [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+
|
|
#### Godot 3.5+
|
|
@@ -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.
|
|
- [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.
|
|
- [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 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.
|
|
- [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 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.
|
|
- [Maaack's Menus Template](https://github.com/Maaack/Godot-Menus-Template) - Template with a main menu, options menus, credits, and a scene loader.
|