XIVConfigUI 1.0.5
dotnet add package XIVConfigUI --version 1.0.5
NuGet\Install-Package XIVConfigUI -Version 1.0.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="XIVConfigUI" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add XIVConfigUI --version 1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: XIVConfigUI, 1.0.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install XIVConfigUI as a Cake Addin #addin nuget:?package=XIVConfigUI&version=1.0.5 // Install XIVConfigUI as a Cake Tool #tool nuget:?package=XIVConfigUI&version=1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
XIVConfigUI
XIVConfigUI is a ui, localization, config library in Imgui designed to work within Dlamaud Plugins.
Getting Started
Add XIVConfigUI as a submodule to your project:
git submodule add https://github.com/ArchiDog1998/XIVConfigUI
Add it to your plugin's CSProj file:
<ItemGroup>
<ProjectReference Include="..\XIVConfigUI\XIVConfigUI\XIVConfigUI.csproj" />
</ItemGroup>
Then, in the entry point of your plugin:
XIVConfigUIMain.Init(pluginInterface, "%NAME%");
where pluginInterface is a DalamudPluginInterface.
Don't forget to dispose it!
Usage
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0-windows7.0 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0-windows7.0
- Svg (>= 3.4.7)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on XIVConfigUI:
Package | Downloads |
---|---|
RotationSolver.Basic
A basic library for rotation development in FFXIV in RotationSolver. |
GitHub repositories
This package is not used by any popular GitHub repositories.