taumuon / Metro-Bullet

Demo of using the Bullet Physics Engine in a Windows 8 Metro DirectX 11 app
5 stars 3 forks source link

Expose Bullet classes in WinRT component #1

Closed dotMorten closed 11 years ago

dotMorten commented 11 years ago

If the bullet physics engine was a separate WinRT component, the engine could be used to power not only C++ apps, but also C# and JavaScript apps. However it does require to wrap the internal classes in public ref classes.

taumuon commented 11 years ago

You're right, but I'm not going to do that as part of this demo ;-)