C bindings for Physis, a library for reading and writing FFXIV data.
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.
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()
!
The best way you can help is by monetarily supporting me or by submitting patches to help fix bugs or add functionality. Filing issues is appreciated, but I do this in my free time so please don't expect professional support.
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.