Code-Bullet / Pool_AI

I created an AI to play pool, and here it is
217 stars 57 forks source link

I'm getting an error when I try to run it. #4

Closed aidenmitchell closed 5 years ago

aidenmitchell commented 6 years ago

the error says

No library found for shiffman.box2d No library found for org.jbox2d.common No library found for org.jbox2d.dynamics.joints No library found for org.jbox2d.collision.shapes No library found for org.jbox2d.collision.shapes No library found for org.jbox2d.common No library found for org.jbox2d.dynamics No library found for org.jbox2d.dynamics.contacts Libraries must be installed in a folder named 'libraries' inside the sketchbook folder (see the Preferences window)

robinarthur commented 6 years ago

You need this library for working. https://github.com/shiffman/Box2D-for-Processing&ved=2ahUKEwjlmvfB18_aAhVDYJoKHaAzBokQFjAAegQIAhAB&usg=AOvVaw0K4TEwd_PlsETIJVcfomvj

robinarthur commented 6 years ago

Or even better, try to download it with the library manager in the processing editor

HyPeReloaded commented 6 years ago

The link you posted is broken, can you post a working one please?

robinarthur commented 6 years ago

after you installed it, it should run...

HyPeReloaded commented 6 years ago

Thanks! It worked