Jakob Bornecrantz
158f420748
st/oxr: Add XR_MNDX_xdev_space extension header
2024-05-20 00:49:36 +02:00
Mateo de Mayo
1742fd8566
external/vit: Update to 2.0.1
2024-05-07 18:24:54 +00:00
Rylie Pavlik
2453c1b2de
jnipp: Catch and handle exception in object destructor
2024-04-18 16:54:25 -05:00
zhislv
0387e8f15c
add getPackageName() for Context, add getSignature() for PackageInfo
2024-04-10 15:32:48 +00:00
utzcoz
a3085de032
ext/openxr: Bump OpenXR headers to 1.0.34
...
1. Download and unzip from
https://github.com/KhronosGroup/OpenXR-SDK/releases/tag/release-1.0.34 .
2. Copy all header files in include/openxr directory to
src/external/openxr_includes/openxr.
Signed-off-by: utzcoz <utzcoz@outlook.com>
2024-02-26 14:32:25 +00:00
Mateo de Mayo
d80a41f34f
external/vit: Update to 1.0.1 and remove unused cpp helper
2024-02-09 19:26:51 +00:00
Simon Zeni
1264f385b0
external: remove old slam_tracker interface
2024-01-17 15:15:03 -05:00
Simon Zeni
2f9d3b2e47
aux/tracking: use VIT interface in slam tracker
2024-01-17 15:15:03 -05:00
Simon Zeni
c6e629b4e7
external: introduce visual-inertial tracking interface header
...
Co-authored-by: Jakob Bornecrantz <jakob@collabora.com>
2024-01-17 15:15:03 -05:00
Jakob Bornecrantz
2dfb2986fc
st/oxr: Switch to use new loader header
2024-01-07 18:00:11 +00:00
utzcoz
98cb76a644
ext/openxr: Bump OpenXR headers to 1.0.33
...
1. Download and unzip from
https://github.com/KhronosGroup/OpenXR-SDK/releases/tag/release-1.0.33 .
2. Copy all header files in include directory to
src/external/openxr_includes/openxr.
Signed-off-by: utzcoz <utzcoz@outlook.com>
2024-01-07 14:21:04 +00:00
Rylie Pavlik
960e723394
xrt: Fix outdated name/email address
2023-12-18 14:29:02 -06:00
utzcoz
f09adc105f
ext/openxr: Bump OpenXR headers to 1.0.32
...
1. Download and unzip from
https://github.com/KhronosGroup/OpenXR-SDK/releases/tag/release-1.0.32 .
2. Copy all header files in include directory to
src/external/openxr_includes/openxr.
Signed-off-by: utzcoz <utzcoz@outlook.com>
2023-12-05 15:41:34 +00:00
Simon Zeni
0fe8737ec5
cmake: Fix build with SDL2 on Alpine Linux
...
Co-authored-by: Jakob Bornecrantz <jakob@collabora.com>
Co-authored-by: Rylie Pavlik <rylie.pavlik@collabora.com>
2023-11-16 14:06:54 +00:00
Rylie Pavlik
ac69a14782
build: Suppress warnings from external headers
2023-11-15 11:11:22 -06:00
Weijie Wang
86c3e217cc
c/main,a/android,external: Add argument to specify display mode id for surface creation
2023-11-13 16:09:11 +00:00
Jarvis Huang
4f90666b75
external: Update android-jni-wrap
2023-11-08 17:51:24 +00:00
Jakob Bornecrantz
d2d505d9e3
ext/imgui: Add function to draw image with background color
2023-09-21 00:39:03 +01:00
Jakob Bornecrantz
05a3f3e055
ext/imgui: Remove unnecessary braces [NFC]
2023-09-20 16:57:10 +01:00
Zhongwang Zhang
f60c512cc9
external: Update android-jni-wrap, add Display.Mode
2023-09-08 15:15:24 +00:00
Mateo de Mayo
5fd73ea70c
external/slam: Update to 7.0.0 with RESET_TRACKER_STATE and ignore masks
2023-09-08 13:12:21 +00:00
Gabriele Musco
23ac74415d
d/steamvr_lh: Add support for new SteamVR display component v3 interface
...
First try v3 then fallback to v2 should it not be available.
2023-09-08 12:10:55 +00:00
Jakob Bornecrantz
314fc9c583
ext/openxr: Add XR_MNDX_system_buttons header
2023-07-21 16:28:43 +00:00
Jakob Bornecrantz
f65ea4e6b1
ext/openxr: Update headers to 1.0.28
2023-07-11 16:31:51 +01:00
Korcan Hussein
a8c5be8f5c
st/oxr: Fix up Monado experimental extensions
2023-06-29 00:32:01 +01:00
Jakob Bornecrantz
5f6714172b
ext/vfd: Rename childs to children
2023-06-14 15:43:00 +01:00
Shawn Wallace
065a6d6863
ext/vfd: Add valve file VFD library
...
Co-authored-by: Jakob Bornecrantz <jakob@collabora.com>
2023-06-14 15:43:00 +01:00
Jakob Bornecrantz
5b529e50cb
ext/tracy: Fix compile when TRACY_HAS_CALLSTACK is not set
2023-05-19 20:43:06 +00:00
samuel degrande
1ad168cfc5
cmake: Fix build failure on msys2/mingw64
...
This is due to the use of `${SDL2_LIBRARIES}` over `SDL2::SDL2`.
On some 'old' OSes such as Ubuntu 20.04, the SDL2 CMake config does
not set an SDL2:SDL2 target but rather defines SDL2_LIBRARIES and
SDL2_INCLUDE_DIRS variables.
This patch creates an SDL2::SDL2 target, if not already set, based on
those 2 variables.
2023-05-15 16:41:34 +00:00
utzcoz
4f171b3d55
ext/openxr: Update headers to 1.0.27
...
Signed-off-by: utzcoz <utzcoz@outlook.com>
2023-04-27 21:48:50 +08:00
Jakob Bornecrantz
99c1742c82
ext/slam: Use LDFLAGS instead of libraries
...
This lets us avoid LIBRARY_PATH in order to build Monado.
2023-04-26 21:39:16 +01:00
Ryan Pavlik
f57bc4a849
android-jni-wrap: Update to add more things
2023-04-24 11:43:30 -05:00
Jarvis Huang
7c02d466e2
externl: Update android-jni-wrap
2023-04-18 16:22:42 -05:00
utzcoz
08831237f5
gradle: Migrate compileSdkVersion to compileSdk
...
Signed-off-by: utzcoz <utzcoz@outlook.com>
2023-04-11 11:43:57 +00:00
Mateo de Mayo
24de185b6c
t/openvr: Add openvr tracker for recording lighthouse groundtruth
...
With the SLAM_OPENVR_GROUNDTRUTH_DEVICE we can select a device (HMD, right/left
controller, vive tracker) to use as the groundtruth provider for a SLAM tracker.
This is useful to record euroc datasets with lighthouse groundtruth.
2023-04-01 14:56:39 +00:00
Jakob Bornecrantz
5da159ce8f
ext/tracy: Silence warnings
2023-03-11 13:00:38 +00:00
Jakob Bornecrantz
be7d5c0c2a
ext/tracy: Update to v0.9.1
2023-03-11 12:54:50 +00:00
Ryan Pavlik
44d6755814
external: Fix typo in DearImGui demo.
2023-03-02 17:49:26 -06:00
Mateo de Mayo
09d7aac89e
external/slam: Update interface to support multiple cameras
2023-03-01 19:43:06 +00:00
Christoph Haag
bb75281907
ext/tracy: Link dl
2023-01-19 20:00:30 +00:00
Jakob Bornecrantz
7da72f4697
external/nanopb: Generate monado_metrics with same version as files
2022-12-22 22:06:39 +00:00
Ryan Pavlik
a7b9c7b69c
external/nanopb: Update nanopb from upstream nanopb-0.4.7
...
GitOrigin-RevId: b97aa657a706d3ba4a9a6ccca7043c9d6fe41cba
2022-12-21 21:24:14 +00:00
Ryan Pavlik
9705b1e763
external/cjson: Update cJSON from upstream v1.7.15
...
GitOrigin-RevId: d348621ca93571343a56862df7de4ff3bc9b5667
2022-12-20 18:51:08 +00:00
Ryan Pavlik
00b1c9531d
external/stb: Update stb libraries from upstream
...
GitOrigin-RevId: 1ee679ca2ef753a528db5ba6801e1067b40481b8
2022-12-20 11:54:28 -06:00
Jakob Bornecrantz
b7748691b7
ext/tracy: Do not define ENABLE_TRACY globally
2022-12-08 00:24:42 +00:00
Jakob Bornecrantz
fec8e13f73
ext/openxr: Update headers to 1.0.26
2022-11-26 14:29:16 +00:00
Jakob Bornecrantz
69238be306
ext/openxr: Update XR_MNDX_force_feedback_curl
2022-11-26 14:26:58 +00:00
Jakob Bornecrantz
57a31fde7c
external: Dealing with MSVC in NanoPD
2022-11-24 00:34:50 +00:00
Jakob Bornecrantz
2a7c411798
external: Add monado_metrics protocol
2022-11-24 00:34:50 +00:00
Jakob Bornecrantz
58186cc63a
external: Add NanoPB
2022-11-24 00:34:50 +00:00