Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/goatcorp/dalamud.crystaltower
- Owner: goatcorp
- License: mit
- Created: 2021-06-19T19:17:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-21T22:44:18.000Z (over 2 years ago)
- Last Synced: 2024-11-02T04:05:51.260Z (about 2 months ago)
- Language: C#
- Homepage:
- Size: 37.1 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).