Skip to content

Commit cdcc8fa

Browse files
committed
2 parents 47603d2 + f4bed08 commit cdcc8fa

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
# AirAPI_Windows
22

3-
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.
3+
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. This project is a colaberataive effort by the community to provide open access to the glasses.
44

5+
This is made possible by these wonderful people:<br>
6+
https://github.com/abls <br>
7+
https://github.com/edwatt <br>
8+
https://github.com/jakedowns
9+
10+
## Precompiled
11+
To use the precompiled [AirAPI_Windows.dll](https://github.com/MSmithDev/AirAPI_Windows/releases) you also need to include hidapi.dll available [here](https://github.com/libusb/hidapi/releases).
12+
13+
There is a [demo](https://github.com/MSmithDev/AirAPI_Windows/wiki/Using-with-Unity) in the wiki for use with unity.
14+
15+
# Building from source
516
## Getting hidapi
617
Get the latest hidapi-win.zip from [here](https://github.com/libusb/hidapi/releases).
718

@@ -19,3 +30,4 @@ Open the Project.sln and build the project <br>
1930
You should have a "deps/Fusion/Fusion/Release/Fusion.lib" file.
2031

2132
## Build AirAPI_Windows DLL
33+
Open AirAPI_Windows.sln and make sure "Release" and "x64" are set and build.

0 commit comments

Comments
 (0)