-1

What is the best engine/way to go with when implementing a 2D billiards game? I am thinking about Emini Physics Engine, which is free for use and stuff, but maybe you can give me some pitfalls about this engine and recommend some other or encourage me into using this?

Vaillancourt
  • 16,325
  • 17
  • 55
  • 61
Blunt
  • 51
  • 1
  • 4

1 Answers1

1

I would definitely recommend researching how to roll your own for this task. It is probably easier than you might think. There is still a lot of complexity there, but it would be a great learning exercise.

I highly recommend reading Pool Hall Lessons: Fast, Accurate Collision Detection Between Circles or Spheres by Joe van den Heuvel, Miles Jackson.

Adam Harte
  • 2,444
  • 3
  • 24
  • 31