All Projects → Squareys → magnum-vr-ui

Squareys / magnum-vr-ui

Licence: MIT license
Magnum::Ui + Leap Motion + Oculus VR

Programming Languages

CMake
9771 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to magnum-vr-ui

MoonMotion
Moon Motion Toolkit - Free and open source toolkit for VR locomotion
Stars: ✭ 38 (+80.95%)
Mutual labels:  vr, oculus-rift
magnum-integration
Integration libraries for the Magnum C++11/C++14 graphics engine
Stars: ✭ 75 (+257.14%)
Mutual labels:  oculus-rift, magnum
UnityPlugin
Ultraleap SDK for Unity.
Stars: ✭ 447 (+2028.57%)
Mutual labels:  vr, leapmotion
janusweb
An in-browser implementation of JanusVR
Stars: ✭ 145 (+590.48%)
Mutual labels:  vr, oculus-rift
OpenXRHandTracking
OpenXR API layer enabling XR_EXT_hand_tracking support using Ultraleap tracking
Stars: ✭ 38 (+80.95%)
Mutual labels:  vr, leapmotion
QuietVR
A Quiet Place in VR: Generate any 3D object with your voice. It's magic!
Stars: ✭ 17 (-19.05%)
Mutual labels:  vr, oculus-rift
TurnSignal
An anti-cable-twisting management utility for SteamVR.
Stars: ✭ 73 (+247.62%)
Mutual labels:  vr, vr-ui
embedding
Embedding data into immersive environments
Stars: ✭ 26 (+23.81%)
Mutual labels:  vr, oculus-rift
Vrtk
*Beta* - An example of how to use the Tilia packages to create great content with VRTK v4.
Stars: ✭ 3,422 (+16195.24%)
Mutual labels:  vr, oculus-rift
zephyr
Mirror Android notifications to VR
Stars: ✭ 78 (+271.43%)
Mutual labels:  vr
HadesVR
The "DIY" SteamVR compatible VR setup made for tinkerers.
Stars: ✭ 88 (+319.05%)
Mutual labels:  vr
mGesf
A sensor fusion approach to the recognition of microgestures.
Stars: ✭ 21 (+0%)
Mutual labels:  leapmotion
vr-streaming-overlay
SteamVR overlay for streamers on Linux/Windows
Stars: ✭ 29 (+38.1%)
Mutual labels:  vr
TrueOpenVR-Drivers
Drivers
Stars: ✭ 47 (+123.81%)
Mutual labels:  vr
vrs
WebGL + React + VR experiment. Demo:
Stars: ✭ 21 (+0%)
Mutual labels:  vr
magnum-extras
Extras for the Magnum C++11/C++14 graphics engine
Stars: ✭ 26 (+23.81%)
Mutual labels:  magnum
home-space
Startpage and WebXR home
Stars: ✭ 43 (+104.76%)
Mutual labels:  vr
UnityGameTemplate
Template with all necessary stuff taken care, just create your games main features.
Stars: ✭ 221 (+952.38%)
Mutual labels:  vr
AnotherBadBeatSaberClone
This is a discontinued but perhaps helpful VR project created during my Master's degree at FH Wedel.
Stars: ✭ 22 (+4.76%)
Mutual labels:  vr
SlimeVR-Server
Server app for SlimeVR ecosystem
Stars: ✭ 361 (+1619.05%)
Mutual labels:  vr

Magnum VR UI

Magnum::Ui + Leap Motion + Oculus Rift VR

magnum-vr-ui.gif

Mix of Magnum Ui Gallery, Magnum Oculus VR example and Magnum Leap Motion example, showing how to fusion them all together.

As the intersection of platforms supported by both Leap Motion and Oculus is Windows, only Windows is supported.

Building

You may be better off just downloading a build from releases instead. But if you insist:

The project relies on CMake. You can use vcpkg or build Corrade, Magnum, MagnumIntegration and MagnumExtras yourself. After that, building this project should be a matter of:

mkdir build && cd build
cmake ..
cmake --build . --target install

Potentially with additional parameters like CMAKE_INSTALL_PREFIX or CMAKE_TOOLCHAIN_FILE depending on your specific setup.

Licence

The code of this project is licensed under the MIT/Expat license:

Copyright © 2018 Jonathan Hale <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].