Skip to content
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

Refactor current 2D renderer into single module #215

Closed
arihantparsoya opened this issue Aug 2, 2020 · 0 comments
Closed

Refactor current 2D renderer into single module #215

arihantparsoya opened this issue Aug 2, 2020 · 0 comments

Comments

@arihantparsoya
Copy link
Member

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant