There was a problem hiding this comment.
are these auto-generated?
Sorry, something went wrong.
There was a problem hiding this comment.
no, pygfx had them as static images stored in their docs so I did the same
Sorry, something went wrong.
|
A section on the spaces would be very useful. There exists world space, data space (which is basically world space + offset and rotation), and screen space. There's a help func to map from screen space to world space that's useful for interacting with graphics. |
Sorry, something went wrong.
|
A section on using it interactively would be very useful, similar what's on wgpu docs: https://wgpu-py.readthedocs.io/en/stable/gui.html#using-wgpu-interactively basically:
|
Sorry, something went wrong.
| "python": ("https://docs.python.org/3", None), | ||
| "numpy": ("https://numpy.org/doc/stable/", None), | ||
| "pygfx": ("https://pygfx.com/latest", None), | ||
| "pygfx": ("https://pygfx.com/stable", None), |
There was a problem hiding this comment.
we should link to latest
Sorry, something went wrong.
There was a problem hiding this comment.
before when I had it at latest it failed to build
Sorry, something went wrong.
There was a problem hiding this comment.
yay
Sorry, something went wrong.
|
I'm going to merge but those warnings and images have to be fixed. |
Sorry, something went wrong.
based on graphic features refactor
closes #510