stilldesign / PhysX.Net

A .NET wrapper for NVIDIA PhysX 4.1.2 written using C++/CLI.
MIT License
206 stars 55 forks source link

Detailed usage needed #47

Closed beantowel closed 3 years ago

beantowel commented 3 years ago
stilldesign commented 3 years ago

Install the package from nuget: https://www.nuget.org/packages/PhysX.Net/3.0.0-alpha1 I can only guess the reason you're receiving The type or namespace name 'Sample' could not be found... is that you'll need to be using .NET 5 (or above). .NET Core and Framework won't work. Also make sure the nuget packages have successfully restored inside VS and the PhysX.Net reference assembly is there

Engine is just the common functionality used by the Sample, it's not needed to use PhysX.Net itself The required files are outlined in the README.md file If you wanted to modify the code you'd want to fork this repo and go from there