Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/devleoko/advancedgui-web

Modular graphic web-editor for the AdvancedGUI-System
https://github.com/devleoko/advancedgui-web

Last synced: about 15 hours ago
JSON representation

Modular graphic web-editor for the AdvancedGUI-System

Awesome Lists containing this project

README

        

# 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
```