You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently p5py uses only one renderer (vispy) for rendering 2D shapes. To add for new renderers, we want to refractor all the code related to vispy into a single module.
The current idea is to create new folder in /p5 directory called Vispy2DRenderer and add the code for vispy 2D renderer into that single module.
Important classes that needs to be refactored into Vispy2DRenderer are:
PShape
Renderer2D
The text was updated successfully, but these errors were encountered:
Currently p5py uses only one renderer (vispy) for rendering 2D shapes. To add for new renderers, we want to refractor all the code related to vispy into a single module.
The current idea is to create new folder in
/p5
directory calledVispy2DRenderer
and add the code for vispy 2D renderer into that single module.Important classes that needs to be refactored into
Vispy2DRenderer
are:PShape
Renderer2D
The text was updated successfully, but these errors were encountered: