I'm working on a game using OpenGL and C++. I would really like hardware accelerated physics, but cross-platform. Is there anything out there, maybe implemented in OpenCL?
The Bullet physics library is an excellent choice. It's a C++ library, with comprehensive OpenGL demos, and supports OpenCL acceleration.