swift-mujoco icon indicating copy to clipboard operation
swift-mujoco copied to clipboard

Adding package to Xcode project.

Open bhartsb opened this issue 2 years ago • 15 comments

First thank you for this great project!

I've created a MacOS command line tool app in Xcode and attempting to add the swift-mujoco package via Xcode:

choosePackage

After doing this and attempting to build I'm seeing:

 Swift package product 'C_mujoco is linked as a static library by

My longer term hope is to be able to show mujoco in a MTKView or SCNView. I read that NSOpenGLView is deprecated, but maybe it could be used as an interim step to porting Mujoco's OpenGL code.

bhartsb avatar Sep 19 '22 17:09 bhartsb