Physx examples

Started by
4 comments, last by Eckos 15 years, 10 months ago
Where can I find any Physx examples. There isn't any in the Linux SDK. And I can't find any on the net. =[
Advertisement
Look in the windows version of the PhysX SDK, theres heaps.
Version 2.7.X have tutorials with .doc files
I don't have Windows installed. And to install it again. I will have to reinstall Linux V_V
If it's packed in a .msi file, Wine can unpack those.

If it's in a .exe, there's a 50% chance 'unzip' can handle it.


EDIT: yeah just tested, it's a .msi.

Install Wine, run:

msiexec /i PhysX_2.8.1_SDK_Core.msi


The samples will be in: ~/.wine/drive_c/Program Files/NVIDIA Corporation/NVIDIA PhysX SDK/v2.8.1/Samples

Enjoy.


"The right, man, in the wrong, place, can make all the dif-fer-rence in the world..." - GMan, Half-Life 2

A blog of my SEGA Megadrive development adventures: http://www.bigevilcorporation.co.uk

thank you. Now I ran into a problem where PhysX fails to even run the samples that I installed with it. I had to convert the rpm's to tar.gz and I installed it that way. Even did a symlink like another site said to do yet it fails to run.

eckos@Narf /usr/sbin/PhysX_Samples_2.8.1_FC4/Bin/linux $ ./SampleCloth

Flight Controls:
----------------
w = forward, s = back
a = strafe left, d = strafe right
q = up, e = down

Miscellaneous:
--------------
p = Pause
m = Single Step
x = Toggle Shadows

SDK create error (1 - NXCE_PHYSX_NOT_FOUND).
Unable to initialize the PhysX SDK, exiting the sample.

This topic is closed to new replies.

Advertisement