keenon / nimblephysics

Nimble: Physics Engine for Biomechanics and Deep Learning
http://www.nimblephysics.org
Other
395 stars 43 forks source link

gui not working, mac OS #95

Open michalnand opened 1 year ago

michalnand commented 1 year ago

Environment

Expected Behavior

showing cheetah GUI in web browser with some random motion

Current Behavior

1, states update loop runs correctly

2, I get this warning during running : Warning [BodyNode.cpp:619] [BodyNode] A negative or zero mass [0] is set to BodyNode [h_pelvis_aux2]

3, but gui in browser shows only empty page (no matters if Safari or Firefox used), javascript is enabled in my browser

loaded page source :

page_html

javascript :

bundle

Code to Reproduce

used example code : https://nimblephysics.org/docs/quick-start.html

Archive.zip

tianyyiii commented 1 year ago

Is this problem solved? I encountered the same problem.