rendercanvas provides a unified canvas API for rendering with multiple backends (Wx, Qt, GLFW, Jupyter, Asyncio, Jupyter). Version 2.6.3, requires Python >=3.10, releases follow semver with monthly cadence.
pip install rendercanvasNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create and run a simple canvas with default backend.
Replace with `from rendercanvas import RenderCanvas` and pass backend='wx' if needed.
Use `loop.run()` provided by rendercanvas; for custom asyncio integration, see `loop.asyncio_event_loop`.
Install with e.g. `pip install rendercanvas[all]` or at least one of `[wx,qt,glfw,asyncio,jupyter]`.
No dependency data recorded yet.