Hello, and thank you for creating this wonderful piece of software. I am very excited, an looking forward to playing with it. I followed your instructions and built DeepLoco for Windows 10. During the build process I ran into and fixed the following issues:
- The path to the Bullet sourcecode had changed. The real path in the library folder is ../Bullet/include instead of ../Bullet3/src.
- Similarly the Bullet libs had the wrong path for the linker.
- The boost libs also had the wrong path for the linker.
With these changes and using VS 2013 I am able to build DeepLoco. However I now have the following issues:
-
In the documentation on your github page you mention that there should be two executables. DeepLoco, and DeepLoco_Optimizer. The VS project only built one executable and the VS solution DeepLoco.sln only appears to create one executable. Am I missing something?
-
When I run the program DeepLoco using the command line below, a window opens up and displays FPS in the corner. I can toggle the commands described on the github page, but the window is pure white, nothing else is ever visible. Should there be something visible?:
x64\Debug\DeepLoco.exe -arg_file=args/test_args.txt
Thanks again for the time and effort you have put into this.
Hello, and thank you for creating this wonderful piece of software. I am very excited, an looking forward to playing with it. I followed your instructions and built DeepLoco for Windows 10. During the build process I ran into and fixed the following issues:
With these changes and using VS 2013 I am able to build DeepLoco. However I now have the following issues:
In the documentation on your github page you mention that there should be two executables. DeepLoco, and DeepLoco_Optimizer. The VS project only built one executable and the VS solution DeepLoco.sln only appears to create one executable. Am I missing something?
When I run the program DeepLoco using the command line below, a window opens up and displays FPS in the corner. I can toggle the commands described on the github page, but the window is pure white, nothing else is ever visible. Should there be something visible?:
x64\Debug\DeepLoco.exe -arg_file=args/test_args.txt
Thanks again for the time and effort you have put into this.