Code Monkey home page Code Monkey logo

ktpapergui's Introduction

Declarative guis for Paper!

The KtGUI library provides a plethora of utilities to help speed up the development of your PaperMC plugins.

|   Wiki   |   Downloads   |   Help   |


GUI DSL

With Kotlin's amazing DSL, you can create guis in a declarative style. Simply stating exactly what you want, where you want it. With KtGUI, you can speed up development of guis tenfold.

Signals

Recently we introduced Signals into the library. They allow you to dynamically update components with absolute ease. Simply change your variables, and the components that mention it will update for your users. Making dynamic GUIs has never been easier.

Command DSL

KtGUI provides two types of command DSL: Declarative and Simple. Simple gives you complete control and responsibility over how the command executes, and arguments are processed. Meanwhile Declarative commands use Delegated properties to allow for easy argument handling - simply state your arguments and their datatype, and KtGUI will do the rest under the hood.

Events DSL

We also provide a way to easily create handlers for Bukkit Events, so you don't always need to make a whole new class just for your EventListeners.

GUI Hooks

We also provide some events to allow you to change any GUI just before it is opened, essentially hooking into a gui and adding or modifying whatever you want.

This can prove very useful for making extensions to other plugins.

Scoreboards

Making scoreboards has never been easier with our lightweight scoreboard DSL. With the ability to define and animate your personalized scoreboards however you like.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.