We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Given the performance improvements skia has over Vispy, we intend to integrate skia as a new 2D renderer.
I am providing a roadmap to integrating Skia into p5py. I will be opening individual issues for all of them so anyone interested can contribute:
renderer
run()
VispyRenderer
PShape
SkiaRenderer
mouse_pressed
All issues related to this will be added in "Integrate Skia" milestone.
The text was updated successfully, but these errors were encountered:
I realy hope p5 can improve its performance
Sorry, something went wrong.
No branches or pull requests
Given the performance improvements skia has over Vispy, we intend to integrate skia as a new 2D renderer.
I am providing a roadmap to integrating Skia into p5py. I will be opening individual issues for all of them so anyone interested can contribute:
Update the code to support different renderers
renderer
attribute inrun()
function.VispyRenderer
where all the code related to Vispy (current renderer) can be located. This includes code forPShape
.Add support for Skia
SkiaRenderer
mouse_pressed
) for SkiaAll issues related to this will be added in "Integrate Skia" milestone.
Upvote & Fund
The text was updated successfully, but these errors were encountered: