Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 536 Bytes

File metadata and controls

31 lines (17 loc) · 536 Bytes

This is a pygame experiment to create node-graph based user interface.

Setup

Install UV package manager

(Optional) winget search uv

winget install astral-sh.uv

Run environment setup inside the project directory

uv sync

Run tests

uv run pytest

Run linter

uv run ruff check .

Open the folder in VSCode and start coding.

Tagging

git tag -a dev-0017a -m "description"

git push origin dev-0017a