GodotVR / godot_openxr_vendors

Godot 4 wrapper for OpenXR vendors loaders and extensions
MIT License
82 stars 17 forks source link

Add basic docs structure and fb-scene-manager manual #153

Closed Nitwel closed 1 month ago

Nitwel commented 1 month ago

Here a quick view on the Scene Manager Tutorial.

grafik

dsnopek commented 1 month ago

I just posted PR https://github.com/GodotVR/godot_openxr_vendors/pull/156 which adds the API documentation for the Scene Understanding and Spatial Anchor APIs

Nitwel commented 1 month ago

Incorporated all listed changes. If someone could check the proper formatting for the index.rst files and the navbar formatting in them to make sure that it properly works then I would say this is ready to be merged.

(I tried to get the navbar to work but I'm not sure if I have done it the right way)

dsnopek commented 1 month ago

@Nitwel Is there anything else you wanted to add to this before taking it out of draft? I think this is a good start, and would be fine to merge, and then add more in additional PRs. Otherwise, you only have a small whitespace issue the CI is catching and a couple notes from @m4gr3d.

Nitwel commented 1 month ago

I'm happy with the current state so feel free to merge it.

m4gr3d commented 1 month ago

@Nitwel The CI is complaining about a missing newline at the end of the installation.rst file.

m4gr3d commented 1 month ago

@Nitwel Follow-up ping for this PR!