-
Notifications
You must be signed in to change notification settings - Fork 121
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
Update Public APIs to support different renderers #214
Comments
Few more things needs to be done after #288
|
|
It skipped my mind to refactor |
@parsoyaarihant Can you tell a bit more about this? I am interested in doing it. |
begin_shape() API currently uses PShape: https://github.com/p5py/p5/blob/master/p5/core/vertex.py#L335 We need to move this code into the VispyRenderer. |
Currently all the APIs use PShape only for rendering shapes as vispy is the only renderer being used. To add support for new renderers, we want to update the existing API functions to call that specific renderer. Pseudo code:
The text was updated successfully, but these errors were encountered: