xiv.zone/content/libraries/physis/_index.md

21 lines
816 B
Markdown
Raw Permalink Normal View History

---
title: "Physis"
layout: "single"
2024-05-20 19:33:59 -04:00
aliases:
- /physis
---
2023-10-06 20:37:06 -04:00
A modding framework for FFXIV written in Rust. Used in [Astra]({{< ref "astra" >}}) and [Novus]({{< ref "novus" >}}) but can easily be integrated into your own projects.
2024-08-09 16:57:28 -04:00
It's also usable from C, C++ and other languages that can interface with them with [libphysis](https://github.com/redstrate/libphysis).
2023-10-06 20:37:06 -04:00
See more information on the [crates.io page](https://crates.io/crates/physis).
## Get Involved & Support
{{< begin-grid >}}
2024-08-09 16:57:28 -04:00
{{< blurb title="Get Source Code & Contribute" description="The full source code for Physis is available on GitHub." url="https://github.com/redstrate/Physis" >}}
2023-10-06 20:37:06 -04:00
{{< blurb title="View Documentation" description="API documentation is available on XIV Docs." url="https://docs.xiv.zone/docs/physis/" >}}
{{< end-grid >}}