Skip to content

sketchpunk/pygfx_proto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pygfx Starter Repo

Setup

uv sync --extra dev
source .venv/bin/activate

Notes

  • All zz_ files in /pgfx can be run with "Python Debug: Current File"

  • To run any file in the proto folder requires you to modify /.vscode/launch.json file. Change the "module" value in the "Hardcoded Module" profile to execute. Then can just press F5 in vscode.

  • If packages are not being found, make sure venv is active then run the following uv pip install -e .

About

3D graphics prototyping using python, pygfx & webgpu

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages