Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 969 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 969 Bytes

libphysis

C bindings for Physis, a library for reading and writing FFXIV data.

Usage

Run cargo build, and it will generate the bindings under target/public. There should also be a C-compatible shared & static library to link to.

Logger

A logger suitable for connecting to Qt is provided in logger/. Call add_subdirectory, and link to the physis-logger target. Then include the header physis_logger.h and call setup_physis_logging()!

Contributing & Support

Submitting patches to help fix bugs or add functionality is appreciated. Filing issues is useful too, but I do this in my free time so please don't expect professional support.

License

GPLv3

This project is licensed under the GNU General Public License 3. Some code or assets may be licensed differently, please refer to the REUSE metadata.