orest-d / liquer-gui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LiQuer GUI

This project aims provide a more powerful user interface to the LiQuer framework.

Install

Assuming you have a LiQuer system set up, you can add Pointcloud viewer by

pip install liquer-gui

In the code, when importing LiQuer command modules, use

import liquer_gui

This will mount assets of the GUI into the LiQuer store under web/gui. Once the liquer server is started, the webapp will be accessible under

http://127.0.0.1:5000/liquer/web/gui

See e.g. server.py in examples.

Building from source

First install the dependencies:

npm install

Webapp cab be compiled from sources with the script build_liquer_gui.sh:

bash buils_liquer_gui.sh

News

  • 2021-11-28 - v0.0.1 - initial release
  • 2021-11-28 - v0.0.2 - improving directory view
  • 2021-11-28 - v0.0.3 - fixes and remove data from recipes
  • 2022-01-03 - v0.1.0 - many enhancements, first relatively usable release
  • 2022-01-12 - v0.1.4 - bugfixes, experimental syntax highlighting editor for yaml
  • 2022-01-25 - v0.1.5 - minor enhancements, fixing a faulty release
  • 2023-01-22 - v0.2.0 - adding support for tools, create/upload files, raw metadata view

About


Languages

Language:Vue 87.8%Language:Python 10.3%Language:HTML 0.9%Language:JavaScript 0.8%Language:Shell 0.2%