Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/monun/invfx


https://github.com/monun/invfx

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# InvFX

[![Kotlin](https://img.shields.io/badge/java-17-ED8B00.svg?logo=java)](https://www.azul.com/)
[![Kotlin](https://img.shields.io/badge/kotlin-1.8.22-585DEF.svg?logo=kotlin)](http://kotlinlang.org)
[![Gradle](https://img.shields.io/badge/gradle-8.2.1-02303A.svg?logo=gradle)](https://gradle.org)
[![Maven Central](https://img.shields.io/maven-central/v/io.github.monun/invfx-core)](https://search.maven.org/artifact/io.github.monun/invfx-core)
[![GitHub](https://img.shields.io/github/license/monun/invfx)](https://www.gnu.org/licenses/gpl-3.0.html)
[![Kotlin](https://img.shields.io/badge/youtube-각별-red.svg?logo=youtube)](https://www.youtube.com/channel/UCDrAR1OWC2MD4s0JLetN0MA)

### Kotlin DSL for PaperMC Inventory GUI

---

* #### Features
* Frame
* Button
* Pane
* List

---

#### Gradle

```kotlin
repositories {
mavenCentral()
}
```

```kotlin
dependencies {
implementation("io.github.monun:invfx-api:")
}
```

### plugins.yml

```yaml
name: ...
version: ...
main: ...
libraries:
- io.github.monun:invfx-core:
```