All Projects → FFXIVAPP → Ffxivapp

FFXIVAPP / Ffxivapp

Licence: mit
Visit us on Discord! https://discord.gg/aCzSANp

Projects that are alternatives of or similar to Ffxivapp

Wpf in Depth explanation
《深入浅出WPF》相关资源(Code、视频、课件、公开课等)
Stars: ✭ 57 (-30.49%)
Mutual labels:  wpf
Dmskin Qqsignin
高仿QQ登录
Stars: ✭ 69 (-15.85%)
Mutual labels:  wpf
Softwarehelper
Repository for WPF related samples
Stars: ✭ 77 (-6.1%)
Mutual labels:  wpf
Virtualizingwrappanel
Implementation of a VirtualizingWrapPanel for WPF running .NET Framework 4.5+ or .NET Core 3.0+
Stars: ✭ 59 (-28.05%)
Mutual labels:  wpf
Upkmanager
Blade and Soul Unreal Engine 3 Package (UPK) Extractor and Rebuilder - View, Export and Import Textures and Sounds. DDS Load and Save in C#.
Stars: ✭ 65 (-20.73%)
Mutual labels:  wpf
Colorpickerwpf
Simple color picker control for WPF
Stars: ✭ 71 (-13.41%)
Mutual labels:  wpf
Certify
SSL Certificate Manager UI for Windows, powered by Let's Encrypt. Download from certifytheweb.com
Stars: ✭ 1,075 (+1210.98%)
Mutual labels:  wpf
Vs2017offlinesetuputility
This utility allow downloading offline setup or deletion of old version Visual Studio 2017/2019 Offline Setup files and folder
Stars: ✭ 79 (-3.66%)
Mutual labels:  wpf
Mahapps.metro.iconpacks
Awesome icon packs for WPF and UWP in one library
Stars: ✭ 1,157 (+1310.98%)
Mutual labels:  wpf
Neutronium
🚀 Build .NET desktop applications using HTML, CSS and javascript.
Stars: ✭ 1,190 (+1351.22%)
Mutual labels:  wpf
Ffxiv textools2
WPF Implementation of TexTools
Stars: ✭ 61 (-25.61%)
Mutual labels:  wpf
Avalonedit
The WPF-based text editor component used in SharpDevelop
Stars: ✭ 1,127 (+1274.39%)
Mutual labels:  wpf
Wpfbindingerrors
💥 Turn WPF Binding errors into exception
Stars: ✭ 73 (-10.98%)
Mutual labels:  wpf
Spineviewerwpf
a tool can view spine files with different version and export gif or png file.
Stars: ✭ 58 (-29.27%)
Mutual labels:  wpf
Markdownmonster
An extensible Markdown Editor, Viewer and Weblog Publisher for Windows
Stars: ✭ 1,203 (+1367.07%)
Mutual labels:  wpf
Orc.filterbuilder
WPF UI to help users build collection filters
Stars: ✭ 56 (-31.71%)
Mutual labels:  wpf
Material Message Box
A WPF Message Box implementing material design
Stars: ✭ 69 (-15.85%)
Mutual labels:  wpf
Reactivehistory
Reactive undo/redo framework for .NET.
Stars: ✭ 82 (+0%)
Mutual labels:  wpf
Blurrycontrols
Small design library for blured controls in XAML and WPF for C#
Stars: ✭ 77 (-6.1%)
Mutual labels:  wpf
Dmskin
DMSkin WPF 样式 UI 框架 | WPF Borderless Window | Custom Controls & Styles | MVVM Support
Stars: ✭ 1,189 (+1350%)
Mutual labels:  wpf

FFXIVAPP

Issue tracking, feature request and release repository.

Join the chat at https://gitter.im/Icehunter/ffxivapp

Main Application Installation

Recommended Format (Issues)

Title: brief description

Description: Detailed description including any log lines or screenshots to illustrate the issue.

Recommended Format (Suggestions)

Title: As a (I can/want to) (because/so I can) .

Description: This is where you can provide examples of what you mean, provide illustrations to support the request (if needed or helpful) and to say if you want; what you ideas of "definition of done" would be.

Formatting

Formatting can be achieved via example from the follow URL: Markdown

Open-Source Plugins

Directions on how-to install for FFXIVAPP are found on each repo. Thanks!

Plugin Installation

Plugins are NOT included in this download. When you open the application go to the Update tab and install the plugins you want; or update one if an update is available.

If you are a developer and want to distribute your own plugins and have update availability then you must have them hosted online somewhere. You will need to make a VERSION.json file that can be added to a sources list in the application.

The format of the file is as follows:

{
    "PluginInfo": {
        "Name": "Plugin.Name.dll",
        "Version": "3.0.5145.29167",
        "Files": [
            {
                "Name": "Plugin.Name.dll",
                "Location": ""
            },
            {
                "Name": "Logo.png",
                "Location": ""
            },
            {
                "Name": "PluginInfo.xml",
                "Location": ""
            }
        ],
		"SourceURI": "http://url/to/base/directory/of/download"
    }
}

If you have other files they can be added into that structure. If they are in sub-directories the the location would be something like this:

{
    "PluginInfo": {
        "Name": "Plugin.Name.dll",
        "Version": "3.0.5145.29167",
        "Files": [
            {
                "Name": "Plugin.Name.dll",
                "Location": ""
            },
            {
                "Name": "Logo.png",
                "Location": ""
            },
            {
                "Name": "PluginInfo.xml",
                "Location": ""
            },
			{
				"Name": "Some.ext",
				"Location": "path/to/sub/folder"
			}
        ],
		"SourceURI": "http://url/to/base/directory/of/download"
    }
}

The location will not have a leading or trailing slash.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].