NVIDIAGameWorks / PhysX-3.4

NVIDIA PhysX SDK 3.4
https://www.nvidia.com/
2.35k stars 273 forks source link

Please provide Visual Studio solutions/projects for UWP (x86/x64/Arm32) and Emscripten #53

Closed GregSlazinski closed 5 years ago

GregSlazinski commented 6 years ago

It would be great if PhysX SDK had Visual Studio solutions/projects for UWP (x86/x64/Arm32) and Emscripten bundled inside.

Thank you

AlesBorovicka commented 6 years ago

Hi, We dont currently support UWP and Emscripten.
Emscripten should be supported indirectly as it is supported by UE4 using unmodified PhysX source. You might want to check UE4 depot for the Emscripten configuration. I believe you need the PX_SIMD_DISABLED preprocessor define for example.

As for UWP, adding the support is not a problem, you need just a couple of modification within the SDK, but right now we dont have enough man power to add support for another platform, which does involve having working all internal projects and test/build infrastructure for the platform. This may change of course if the priority of the platform increase.