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
git-filter-repo
wgpu/gui/*.py
tests/test_gui_*.py
wgpu/gui
rendercanvas
from rendercanvas import WgpuCanvas
WgpuCanvas
RenderCanvas
__all__
asyncio.get_event_loop()
draw_func
request_draw()
wgpu.gui
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
Setting up
git-filter-repo
to clone wgpu-py, but only the gui stuff (wgpu/gui/*.py
andtests/test_gui_*.py
).wgpu/gui
torendercanvas
.from rendercanvas import WgpuCanvas
Moving forward
WgpuCanvas
toRenderCanvas
.__all__
in the modules.More short term work
asyncio.get_event_loop()
(its being deprecated).draw_func
to be an async function.request_draw()
?Adoption
rendercanvas
version to diagnostics of wgpu-py.wgpu.gui
.wgpu.gui
.The text was updated successfully, but these errors were encountered: