Skip to content

Commit 8266888

Browse files
authored
Merge pull request #9493 from BastiaanOlij/xr_next_steps
Adding a next steps page to the XR documentation
2 parents ef1bcf2 + 9eb7467 commit 8266888

File tree

3 files changed

+39
-3
lines changed

3 files changed

+39
-3
lines changed

community/tutorials.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Some tutorials mentioned below provide more advanced tutorials, e.g. on 3D or sh
1919
Video tutorials
2020
---------------
2121

22+
- `Bastiaan Olij <https://www.youtube.com/BastiaanOlij>`_ (3D, AR and VR, GDScript)
2223
- `BornCG <https://www.youtube.com/playlist?list=PLda3VoSoc_TTp8Ng3C57spnNkOw3Hm_35>`_ (2D and 3D, GDScript)
2324
- `Clear Code <https://www.youtube.com/watch?v=nAh_Kx5Zh5Q>`_ (2D, GDScript, Programming Basics)
2425
- `FencerDevLog <https://www.youtube.com/@FencerDevLog>`_ (2D, 3D, GDScript, Shaders)
@@ -30,11 +31,14 @@ Video tutorials
3031
- `Gwizz <https://www.youtube.com/@Gwizz1027>`_ (2D, GDScript)
3132
- `Godotneers <https://www.youtube.com/@godotneers>`_ (2D, Shaders, GDScript)
3233
- `HeartBeast <https://www.youtube.com/@uheartbeast>`_ (2D, GDScript)
34+
- `Malcolm Nixon <https://youtube.com/@MalcolmAnixon>`_ (AR and VR, GDScript)
35+
- `Muddy Wolf <https://www.youtube.com/@MuddyWolf>`_ (2D, 3D and VR, GDSCript)
3336
- `KidsCanCode <https://www.youtube.com/channel/UCNaPQ5uLX5iIEHUCLmfAgKg/playlists>`__ (2D and 3D, GDScript)
3437
- `Maker Tech <https://www.youtube.com/@MakerTech/>`_ (2D, GDScript)
3538
- `Pigdev <https://www.youtube.com/@pigdev>`_ (2D, GDScript)
3639
- `Queble <https://www.youtube.com/@queblegamedevelopment4143>`_ (2D, GDScript)
3740
- `Quiver <https://quiver.dev/>`_ (2D, GDScript)
41+
- `Snopek Games <https://www.youtube.com/@SnopekGames>`_ (3D, networked multiplayer, AR and VR, GDScript)
3842

3943
Text tutorials
4044
--------------
@@ -49,7 +53,6 @@ Text tutorials
4953
Devlogs
5054
-------
5155

52-
- `Bastiaan Olij (AR & VR) <https://www.youtube.com/channel/UCrbLJYzJjDf2p-vJC011lYw/videos>`_
5356
- `bitbrain <https://www.youtube.com/@bitbraindev>`_
5457
- `DevDuck (2D) <https://www.youtube.com/@devduck/videos>`_
5558

tutorials/xr/index.rst

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ Basic Tutorial
1616
setting_up_xr
1717
deploying_to_android
1818
a_better_xr_start_script
19-
introducing_xr_tools
20-
basic_xr_locomotion
2119
ar_passthrough
20+
xr_next_steps
2221

2322
Advanced topics
2423
---------------
@@ -32,3 +31,13 @@ Advanced topics
3231
xr_room_scale
3332
openxr_composition_layers
3433
openxr_hand_tracking
34+
35+
Godot XR Tools
36+
--------------
37+
38+
.. toctree::
39+
:maxdepth: 1
40+
:name: godot-xr-tools
41+
42+
introducing_xr_tools
43+
basic_xr_locomotion

tutorials/xr/xr_next_steps.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
.. _doc_xr_next_steps:
2+
3+
Where to go from here
4+
=====================
5+
6+
Now that we have the basics covered there are several options to look at for your XR game dev journey:
7+
8+
* You can take a look at the :ref:`Advanced topics <openxr-advanced-topics>` section.
9+
* You can look at a number of `XR demos here <https://github.com/godotengine/godot-demo-projects/tree/master/xr>`_.
10+
* You can find 3rd party tutorials on our :ref:`Tutorials and resources <doc_community_tutorials>` page.
11+
12+
XR Toolkits
13+
-----------
14+
15+
There are various XR toolkits available that implement more complex XR logic ready for you to use.
16+
We have a :Ref:`small introduction to Godot XR Tools <godot-xr-tools>` that you can look at,
17+
a toolkit developed by core contributors of Godot.
18+
19+
There are more toolkits available for Godot:
20+
21+
* `Godot XR handtracking toolkit <https://github.com/RevolNoom/godot_xr_handtracking>`_ (GDScript)
22+
* `Godot XR Kit <https://github.com/patrykkalinowski/godot-xr-kit>`_ (GDScript)
23+
* `Godot XR Tools <https://github.com/godotvr/godot-xr-tools>`_ (GDScript)
24+
* `NXR <https://github.com/stumpynub/NXR>`_ (C#)

0 commit comments

Comments
 (0)