docs.xiv.zone/content/community-projects/_index.md
2024-03-31 22:48:18 -04:00

58 lines
2.7 KiB
Markdown

---
title: "Community Projects"
---
{{< note "This documentation is incomplete." >}}
FFXIV for some reason has a budding ecosystem of interesting open source projects and libraries.
# Launchers
Alternative programs for the [official launcher]({{< ref "/executable/ffxivlauncher" >}}).
| Name | Description | Website |
| --- | --- | --- |
| XIVQuickLauncher | A faster launcher for our favorite critically acclaimed MMO, with various available addons and enhancements to the game! | https://goatcorp.github.io/ |
| XIVLauncher.Core | Cross-platform version of XIVLauncher, optimized for Steam Deck | https://github.com/goatcorp/XIVLauncher.Core |
| XIV on Mac | Wine Wrapper, Setup tool and launcher for FFXIV on mac | http://www.xivmac.com/ |
| microlaunch | A native Linux launcher for FINAL FANTASY XIV Online written in Rust | https://github.com/eorzeatools/microlaunch |
| Astra | A FFXIV launcher that supports profiles, multiple accounts and Dalamud plugins. | https://xiv.zone/astra/ |
| Seventh Umbral | Launcher for FFXIV 1.x | https://github.com/jpd002/SeventhUmbral |
# Clients
Alternative programs for the [official client]({{< ref "/executable/ffxiv" >}}).
| Name | Description | Website |
| --- | --- | --- |
| SaBOTender | FFXIV Clientless | https://github.com/shalzuth/SaBOTender |
# Servers
Alternative programs for the official servers such as [Frontier]({{< ref "frontier" >}}) or [Lobby]({{< ref "lobby" >}}).
| Name | Description | Website |
| --- | --- | --- |
| Sapphire | A Final Fantasy XIV 4.0+ Server Emulator written in C++ | https://github.com/SapphireServer/Sapphire/ |
| Kawari | Substitute for some official FFXIV servers | https://git.sr.ht/~redstrate/kawari |
| Project Meteor | Final Fantasy XIV 1.X Server Emulator | https://bitbucket.org/Ioncannon/project-meteor-server/ |
# Libraries
Libraries to interact with game data, read formats and more.
| Name | Description | Website |
| --- | --- | --- |
| xivModdingFramework | The library that powers TexTools. Can read/write models, textures, materials etc. | https://github.com/TexTools/xivModdingFramework |
| Lumina | A simple, performant and extensible framework for interacting with FFXIV game data | https://github.com/NotAdam/Lumina |
| Xande | A C# library for interacting with FINAL FANTASY XIV models | https://github.com/xivdev/Xande |
| Physis | Data framework for FFXIV | https://git.sr.ht/~redstrate/physis |
| libxiv | A (deprecated) modding framework for FFXIV written in C++ | https://git.sr.ht/~redstrate/libxiv |
# Plugin Frameworks
Ways to extend the game at runtime with new capabilities.
| Name | Description | Website |
| --- | --- | --- |
| Dalamud | FFXIV plugin framework and API | https://github.com/goatcorp/Dalamud |