Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 863 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 863 Bytes

AdvancedGUI Web Panel

This is the official Web Panel to create layouts for the AdvancedGUI-System. In it's core it is a graphic editor using Vue and HTML5 Canvas. The panel depends on a minimum of other resources to keep it simple and lightweight.

The code, especially the component and action system, are hightly modular making it very easy to add new and very complex logic with as little code as possible.

Licensing

Note that even though the project is licensed under our custom MIT based license, third-party materials, such as graphics or fonts may be subject to copyright restrictions or other licenses.

Demo

The master branch is deployed to: https://advancedgui.netlify.app/

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build