redstrate.com/content/software/physis.md
2024-02-23 22:35:59 -05:00

987 B

title date draft layout projtags aliases source license summary
Physis 2022-07-19 false project
FFXIV
Rust
Reverse Engineering
/projects/physis
https://git.sr.ht/~redstrate/physis GPLv3 Modding and data framework for FFXIV.

This is the successor to [libxiv]({{< ref "libxiv" >}}), which I originally wrote in C++. The language is not the only difference however, as I learned a lot since originally writing libxiv which I have fixed in Physis. Compared to other modding frameworks, this one is aiming to be all "batteries included" instead of exclusively focusing on texture modding, data scraping, etc.

Physis features a C api which is accessed through the libphysis library. This library should be usable through any language that can access the C FFI.

You can read more on it's dedicated webpage on xiv.zone. It's also published on crates.io!