aardvarkxr / aardvark

A platform for AR in VR
BSD 3-Clause "New" or "Revised" License
182 stars 20 forks source link

Fixing up my local AardvarkXR dev setup #185

Open JaredMonkey opened 3 years ago

JaredMonkey commented 3 years ago

I had an error where I couldn't convert from double to ActionType, changed to an int and that fixed building and debugging for me.

Also curious, how would you like to handle .gitignore with collaborators with the package-lock.json?

JoeLudwig commented 3 years ago

Javascript numbers actually are doubles... sounds like this was on the C++ side though. What compiler are you using?

JaredMonkey commented 3 years ago

I started from scratch and generated the project with cmake-3.19 Visual Studio 2019 Microsoft (R) C/C++ Optimizing Compiler Version 19.23.28106.4 for x86