HeapsIO / bullet

Bullet Physics for Heaps
28 stars 8 forks source link

Does not compile #2

Open abarichello opened 4 years ago

abarichello commented 4 years ago

README is confusing, gen_hl target does not exists and there are compilation errors: image

abarichello commented 4 years ago

For anyone stumbling upon this repository I recommend checking nape-haxe4 as an alternative: https://lib.haxe.org/p/nape-haxe4

Lightnet commented 4 years ago

Well that 2D not 3D physics.

found it mistype gen_hl > genhl

So it should be

make genhl

It in "Makefile" file.

thalesrca commented 4 years ago

I had the same problem.

@Lightnet even using this command.

jordan-lapointe commented 2 years ago

As a n00b to compiled languages I also found the readme confusing. Not sure how to get started/test this out.

For others in my boat, I also found this 3D physics library that might be helpful: https://github.com/saharan/OimoPhysics

There is also https://github.com/vujadin/BabylonHx but it's dead :(