Skip to content

ffalves/designing_w_python_playground

Repository files navigation

Designing with Python Programming for a Visual Context (Domestika)

Playground

Bem-vinda ao meu playground de creative coding com py5 a partir do curso da Domestika. Esse projeto é gerenciado com Poetry e MkDocs.

Instalação

    poetry install --with dev

    # (opcional) com ferramentas de arte
    poetry install --with dev,art

Rodando um sketch

    poetry run hello
    # ou:
    poetry run python sketches/hello_circle.py

Documentação (MkDocs)

    poetry run mkdocs serve

Estrutura

sketches/        # sketches .py
docs/            # documentação mkdocs
output/          # frames/renders (não versionar)
designing_w_python_playground/
├─ .venv/
├─ .vscode/
├─ docs/
│  ├─ index.md
│  └─ dev-tooling/pre-commit.md
├─ output/
├─ scripts/
│  └─ export_gif.py
├─ sketches/
│  ├─ __init__.py
│  └─ hello_circle.py
├─ .gitattributes
├─ .gitignore
├─ .pre-commit-config.yaml    (opcional)
├─ .python-version            (opcional; use apenas se estiver com pyenv)
├─ Makefile                   (opcional)
├─ mkdocs.yml                 (opcional)
├─ poetry.lock
├─ pyproject.toml
└─ README.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published