Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/123swk123/nodegraph-editor-nicegui

Node graph editor component for Nicegui Python
https://github.com/123swk123/nodegraph-editor-nicegui

Last synced: about 1 month ago
JSON representation

Node graph editor component for Nicegui Python

Awesome Lists containing this project

README

        

# Node graph editor using vue/node and nicegui/python

This component based on [flow](https://github.com/sunag/flow)

![Node Graph Editor](docs/node-graphp-editor.gif)

## Using vue/nodejs

### Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```

### Lint with [ESLint](https://eslint.org/)

```sh
npm run lint
```

## Using nicegui/python

### Project Setup

```sh
python -m pip install nicegui
```

### Compile and Hot-reload for development
```sh
cd src
python ./try-1.py
```