Skip to content

jeromeetienne/gsp_03

Repository files navigation

gsp_03

  • implementation of scene graph in user-space
  • GSP very bare
    • no official dependancy (not even numpy)
    • no scene graph - only model_matrix, view_matrix, projection_matrix are given by user
  • gsp_matplotlib

Issues

Matplotlib doesnt support removing Artists from a figure

  • Artists is the basic drawing element in matplotlib
  • there is a lot of issues in matplotlib with removing Artists from a figure
  • e.g. when changing the number of group in a visual, it would require removing old Artists and adding new Artists
    • this trigger the bug in matplotlib

Installation

Create a virtual environment and install the required packages:

python -m venv .venv
source .venv/bin/activate
pip install -e . 

About

third implementation on GSP theme - API exploration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published