Wrapper of `wp.py`. Easy to premake, build, and deploy wwise plugins.
Project description
wp-enhanced
Wrapper of wp.py
. Easy to premake, build, deploy and distribute wwise plugins.
Installation
-
Install wpe from pip
pip install wp-enhanced
-
Set wwise environment variables
-
Windows:
- Set from Wwise Launcher
-
MacOS:
- Set
WWISEROOT
andWWISESDK
manually
- Set
-
-
Check installation
wpe -h
Create new plugin project
Run wpe -n
to create new project like original wp.py, but with some additional features.
Parameters code generation
You can define parameters in $PROJECT_ROOT/.wpe/wpe_project.toml
and generate code for them by running wpe -gp
.
Be careful the followed files will be overwritten by template if [wp-enhanced template]
is not found in file:
- ProjectNameFXParams.cpp
- ProjectNameFXParams.h
- ProjectName.xml
- ProjectNamePlugin.cpp
- ProjectNamePlugin.h
New plugin project will be created with default parameters: wpe_project.toml
Hooks
All hooks should be placed in $PROJECT_ROOT/.wpe/hooks
folder.
pre
/post
_premake
/generate_parameters
/build
/pack
/full_pack
are supported.
A default post_build.py
is created when creating new project, which will copy debug authoring plugin to Release folder for loading in Wwise Authoring.
For more information about hooks, please refer to description of -H, --with-hooks
in wpe -h
Add wpe to existing project
Run wpe -i
under project root.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file wp_enhanced-0.9.5.tar.gz
.
File metadata
- Download URL: wp_enhanced-0.9.5.tar.gz
- Upload date:
- Size: 36.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.0 CPython/3.11.3 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4633fe4c2934a6f5cdb57663d4f1862db58fb9ba0f518235fd5dbebf15f4dc15 |
|
MD5 | b7d87ade180e0d18dd9c94d08e03fa93 |
|
BLAKE2b-256 | b2b2700d5fb930ad8129fabb0e109b65ef2c769c0f26fef82728e12971a1f9a1 |
File details
Details for the file wp_enhanced-0.9.5-py3-none-any.whl
.
File metadata
- Download URL: wp_enhanced-0.9.5-py3-none-any.whl
- Upload date:
- Size: 51.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.0 CPython/3.11.3 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ff27a42b0f90e37ee95822a53b7ac87c632c7f6286b3bd696cfe1c534b65dbe |
|
MD5 | 3c1eb7597160272c3ebbf394661318a3 |
|
BLAKE2b-256 | 882abaea922018e2800a40efa285c6c0120e35a2dd105c081af1f3b0c2bcacc6 |