From 58e4e12d084a2f03beae105efaf806393b85e47f Mon Sep 17 00:00:00 2001 From: Virgile Bello Date: Thu, 27 Jun 2019 12:21:39 +0200 Subject: [PATCH] [Physics] Update README.md with new BulletSharpPInvoke repo location --- deps/BulletPhysics/README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/deps/BulletPhysics/README.md b/deps/BulletPhysics/README.md index f66c611718..dcaeb79eaa 100644 --- a/deps/BulletPhysics/README.md +++ b/deps/BulletPhysics/README.md @@ -1,8 +1,13 @@ ## BulletPhysics -This folder houses bullet, the physics engine used within xenko. -libbulletc.* is the bullet c++ library, we should have one lib compiled for each platform and architecture. -BulletSharp.NetStandard.dll is the C# wrapper around that c++ library, there's one dll for iOS (within /iOS) and the other for any other platform, take a look at https://xamarin.github.io/bugzilla-archives/24/24943/bug.html for more info about the reason as to why we have to make a specific dll for iOS. -The sources, build scripts and instructions are hosted over at https://github.com/Eideren/BulletSharpPInvoke . +This folder houses bullet, the physics engine used by `Xenko.Physics` assembly. -At the time of writing this (26/June/19), the files in this folder were built under commit [2a79f9af9c3fcc61aaad69a9a24e6b1f7246f758](https://github.com/Eideren/BulletSharpPInvoke/commit/2a79f9af9c3fcc61aaad69a9a24e6b1f7246f758), changes were merged with xenko through [PR#289](https://github.com/xenko3d/xenko/pull/289). \ No newline at end of file +* `libbulletc.*` is the bullet c++ library, we should have one lib compiled for each platform and architecture. + +* `BulletSharp.NetStandard.dll` is the C# wrapper around that c++ library, there's one dll for iOS (within /iOS) and the other for any other platform. Take a look at https://xamarin.github.io/bugzilla-archives/24/24943/bug.html for more info about the reason as to why we have to make a specific dll for iOS. + +### Sources + +The sources, build scripts and instructions are hosted over at https://github.com/xenko3d/BulletSharpPInvoke + +At the time of writing this (26/June/19), the files in this folder were built under commit [2a79f9af9c3fcc61aaad69a9a24e6b1f7246f758](https://github.com/xenko3d/BulletSharpPInvoke/commit/2a79f9af9c3fcc61aaad69a9a24e6b1f7246f758), changes were merged with xenko through [PR#289](https://github.com/xenko3d/xenko/pull/289).