swift-mujoco
swift-mujoco copied to clipboard
Adding package to Xcode project.
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:

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

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.