examples icon indicating copy to clipboard operation
examples copied to clipboard

n-body test fails

Open houd1ni opened this issue 1 year ago • 3 comments
trafficstars

image

houd1ni avatar Apr 04 '24 12:04 houd1ni

Also after dirtyhacking 184 line to excess initializer, after building wasm, I couldn't launch the test yet: image

houd1ni avatar Apr 04 '24 12:04 houd1ni

Looks like the readme is wrong, and instead of npm run asbuild we should do npm run build. After that, I still cannot launch the tests with next error (including the warning of npm run build): image

houd1ni avatar Apr 04 '24 12:04 houd1ni

Looks like I had to var system = new NBodySystem([Sun()]); instead of empty var system = new NBodySystem([]);. No types about this, okay. Now my machine is infinitely powerful: image

houd1ni avatar Apr 04 '24 12:04 houd1ni