2022-04-27 15:43:22 -04:00
---
2022-07-27 22:22:03 -04:00
title: "Physis"
2022-04-27 15:43:22 -04:00
layout: "single"
2024-05-20 19:33:59 -04:00
aliases:
- /physis
2022-04-27 15:43:22 -04:00
---
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.
2022-04-27 15:43:22 -04:00
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 ).
2022-04-27 15:43:22 -04:00
## 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/" > }}
{{< blurb title = "Donate Money" description = "Any monetary contribution helps so I can continue working on this!" url = "https://redstrate.com/fund" > }}
2022-04-27 15:43:22 -04:00
{{< end-grid > }}