XIVConfigUI 1.0.2

dotnet add package XIVConfigUI --version 1.0.2
NuGet\Install-Package XIVConfigUI -Version 1.0.2
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.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add XIVConfigUI --version 1.0.2
#r "nuget: XIVConfigUI, 1.0.2"
#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.2

// Install XIVConfigUI as a Cake Tool
#tool nuget:?package=XIVConfigUI&version=1.0.2

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 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.

Version Downloads Last updated
1.0.2 88 4/17/2024
1.0.1 79 4/10/2024
1.0.0 88 4/7/2024