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__
get_context()
asyncio.get_event_loop()
request_draw()
canvas.add_event_handler()
canvas.events.connect()
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.get_context()
so this is not wgpu-only: Refactor inter-context-canvas api #21asyncio.get_event_loop()
(its being deprecated).More short term work
request_draw()
?canvas.add_event_handler()
vscanvas.events.connect()
Adoption
rendercanvas
version to diagnostics of wgpu-py.wgpu.gui
.wgpu.gui
.The text was updated successfully, but these errors were encountered: