Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sof3/libkinetic
Ultimate MVC solution for PocketMine plugins. See https://github.com/SOF3/PostBox for example usage.
https://github.com/sof3/libkinetic
customui pocketmine-plugins poggit-virion ui virion
Last synced: 4 days ago
JSON representation
Ultimate MVC solution for PocketMine plugins. See https://github.com/SOF3/PostBox for example usage.
- Host: GitHub
- URL: https://github.com/sof3/libkinetic
- Owner: SOF3
- License: apache-2.0
- Created: 2018-04-21T09:10:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-30T05:10:27.000Z (over 6 years ago)
- Last Synced: 2025-01-30T21:01:37.420Z (13 days ago)
- Topics: customui, pocketmine-plugins, poggit-virion, ui, virion
- Language: PHP
- Homepage: https://sof3.github.io/libkinetic
- Size: 8.44 MB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libkinetic [![Poggit-CI](https://poggit.pmmp.io/ci.badge/SOF3/libkinetic/~)](https://poggit.pmmp.io/ci/SOF3/libkinetic/~)
Organize your user interface better!## What does libkinetic do? How does it work?
Libkinetic reads an XML file that lists the user interface plan in your plugin. The main goal is to apply a view/controller framework in your plugin, where view (client interface) is completely handled by libkinetic (with dual support of command interface and forms interface) and controller (program logic) is written as separate classes in the plugin source code.