Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/goatcorp/dalamud.crystaltower

Plugin system abstractions for Dalamud, to aid in plugin development.
https://github.com/goatcorp/dalamud.crystaltower

Last synced: about 1 month ago
JSON representation

Plugin system abstractions for Dalamud, to aid in plugin development.

Awesome Lists containing this project

README

        

[![Nuget](https://img.shields.io/nuget/v/Dalamud.CrystalTower)](https://www.nuget.org/packages/Dalamud.CrystalTower/)

# Dalamud.CrystalTower
Plugin system abstractions for Dalamud, to aid in plugin development. Please refer to the [wiki](https://github.com/goatcorp/Dalamud.CrystalTower/wiki) for basic usage.

For a real-world example, feel free to look at [TextToTalk](https://github.com/karashiiro/TextToTalk), which is what this library was initially tested on.

## Installation
`Install-Package Dalamud.CrystalTower` or other methods as described [here](https://www.nuget.org/packages/Dalamud.CrystalTower/).