Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/123swk123/nodegraph-editor-nicegui
- Owner: 123swk123
- License: gpl-3.0
- Created: 2024-04-30T16:34:05.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-30T16:59:44.000Z (8 months ago)
- Last Synced: 2024-04-30T17:54:13.746Z (8 months ago)
- Language: HTML
- Size: 6.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```