Skip to content

0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ScanMountGoat ScanMountGoat released this 09 Jun 18:59
· 132 commits to main since this release

xc3_model_py

See the readme for sample code. See the changelog for changes in this version. Compatible shader database JSON files can be downloaded from https://github.com/ScanMountGoat/xc3_lib/releases/tag/v0.8.0.

Installation

The package can be installed for Python version 3.9, 3.10, 3.11, or 3.12 using pip on newer versions of Windows, Linux, or MacOS. The prebuilt wheels (.whl files) are included only for situations where pip might not be available such as for plugin development for applications. The wheels are zip archives and can be extracted to obtain the compiled .pyd or .so file.

Installing: pip install xc3_model_py
Updating: pip install xc3_model_py --upgrade