- OS: Windows or Linux
- Compiler with support for C++17.
- GPU supporting Vulkan
- CMake 3.13+
- Vulkan SDK
- Python 3.5+
-
Python modules required:
- numpy
- jedi
As root/admin:
python -m pip install numpy jedi
-
Python requirements (Windows):
- Correct architecture (64-bit if you're building for 64-bit systems)
- Installed for all users
- Added to PATH
- Installed with debugging symbols and binaries
-
./fips set config vulkan-win64-vstudio-debug
in your project directory andnebula-toolkit
directory- Build
nebula-toolkit
(external library) with the same config as your project ($ fips build
).
In your project directory:
fips physx build
fips anyfx setup
fips build
fips physx deploy
Remember to run fips nebula
verb to set work and toolkit directory registry variables:
fips nebula set work {PATH}
fips nebula set toolkit {PATH}