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
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.
The text was updated successfully, but these errors were encountered:
awtsao
changed the title
DeepMimic without visualization
DeepMimic windows 10 setip
Dec 26, 2021
awtsao
changed the title
DeepMimic windows 10 setip
DeepMimic windows 10 setup
Dec 26, 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!
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 thebuild_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.
The text was updated successfully, but these errors were encountered: