Crates.io | xc3_model |
lib.rs | xc3_model |
version | 0.14.0 |
source | src |
created_at | 2023-10-29 23:04:57.276545 |
updated_at | 2024-10-31 15:09:45.383402 |
description | High level library for xc3_lib |
homepage | |
repository | https://github.com/ScanMountGoat/xc3_lib |
max_upload_size | |
id | 1017842 |
size | 412,367 |
xc3_model is a high level library for xc3_lib.
xc3_model provides a simple, standardized interface for working with models, textures, materials, and animations. All models and maps from all supported game versions are converted to the same set of types. This greatly reduces the amount of code needed for applications and libraries to work with in game models.
xc3_model has limited support for converting data back to xc3_lib types to enable saving changes to disk. The goal is for the resulting file structs to be functionally equivalent in game even if the data changes slightly due to simplifying assumptions or adjustments to improve cross game compatibility.
Python bindings for xc3_model are available with xc3_model_py.