Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DeepMimic windows 10 setup #171

Open
awtsao opened this issue Dec 26, 2021 · 2 comments
Open

DeepMimic windows 10 setup #171

awtsao opened this issue Dec 26, 2021 · 2 comments

Comments

@awtsao
Copy link

awtsao commented Dec 26, 2021

Im currently trying to setup deepmimic on a windows 10 machine and was wondering what were the steps for setting up free glut and glew in visual studio? Do I just use the "additional dependencies" to add the Lin files, "additional include dependencies" to add the header files and then add the dll file in the deepmimic project itself? I'm using visual studio 2022 if that helps.

Also for building bullet, is using build_visual_studio_vr_pybullet_double.bat (per the bullet repo instructions) but removing the - - double argument in the call to premake the correct way to build in single precision? Or do I need to use cmake? I notice that using the build_visual_studio_vr_pybullet_double.bat code doesn't output a lib/src folder.

Thanks for the help. I'm very new to all this so would appreciate any help.

@awtsao awtsao changed the title DeepMimic without visualization DeepMimic windows 10 setip Dec 26, 2021
@awtsao awtsao changed the title DeepMimic windows 10 setip DeepMimic windows 10 setup Dec 26, 2021
@xbpeng
Copy link
Owner

xbpeng commented Dec 27, 2021

You can check out these instructions for installing freeglut on windows
https://www.cs.uregina.ca/Links/class-info/315/WWW/Lab1/GLUT/windows.html
In general, you'll need to copy the lib, header, and dll files to the appropriate directories for visual studio.

For building bullet, I usually use cmake. When running cmake, there should be an option to disable double precision.

@awtsao
Copy link
Author

awtsao commented Dec 27, 2021

Got it, thank you! I ran across those instructions a while back (https://www.cs.uregina.ca/Links/class-info/315/WWW/Lab1/GLUT/windows.html) but dismissed them since it seems the newer versions of VS have different directories so I couldn't find the corresponding directories. I'll try to figure it out and if I have more issues, I'll ask again, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants