You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a work in progress driver for the Nreal Air for native windows support without nebula. The current configuration for fusion has slight drift and needs to be tuned but is functional.
6
4
7
-
##Getting hidapi
5
+
##Getting hidapi
8
6
Get the latest hidapi-win.zip from [here](https://github.com/libusb/hidapi/releases).
9
-
uzip hidapi-win to "deps" folder ("deps/hidapi-win").
10
7
11
-
##Build Fusion
8
+
unzip hidapi-win.zip to "deps" folder ("deps/hidapi-win").
9
+
10
+
## Build Fusion
12
11
cd to "deps/Fusion/Fusion"
13
12
14
13
Run cmake
15
14
```
16
15
cmake .
17
16
```
18
17
19
-
[cmake commands]
18
+
Open the Project.sln and build the project <br>
19
+
You should have a "deps/Fusion/Fusion/Release/Fusion.lib" file.
0 commit comments