-
Notifications
You must be signed in to change notification settings - Fork 50
add user guide #513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add user guide #513
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are these auto-generated?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, pygfx
had them as static images stored in their docs so I did the same
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. |
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:
|
@@ -100,7 +100,7 @@ | ||
intersphinx_mapping = { | ||
"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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should link to latest
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
before when I had it at latest it failed to build
Co-authored-by: Kushal Kolar <kushalkolar@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yay
I'm going to merge but those warnings and images have to be fixed. |
based on graphic features refactor
closes #510