Skip to content

redstrate/libphysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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.

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.