GodotVR / godot_openxr_vendors

Godot 4 wrapper for OpenXR vendors loaders and extensions
MIT License
92 stars 19 forks source link

godotlib... #4

Closed BastiaanOlij closed 1 year ago

BastiaanOlij commented 1 year ago

Right now I've included a copy of the godotlib aar from the Godot 4 beta. I'm wondering if it makes more sense to just wget this file in the CI script from the official Godot site (i.e. https://downloads.tuxfamily.org/godotengine/4.0/beta1/)

rsjtdrjgfuzkfg commented 1 year ago

I made a proposal in #13 – Imho we do not need the lib at all. If you insist on keeping it, we could re-add it as part of the :godot-lib subproject so it can be managed centrally, for all loaders at once.

rsjtdrjgfuzkfg commented 1 year ago

@BastiaanOlij I think this can get closed, as #13 replaced the aar with a maven dependency.