issues
search
pygfx
/
rendercanvas
One canvas API, multiple backends
https://rendercanvas.readthedocs.io
BSD 2-Clause "Simplified" License
8
stars
0
forks
source link
Better definition of what backends need to do
#15
Closed
almarklein
closed
2 weeks ago
almarklein
commented
2 weeks ago
[x] A stub backend that serves as a template and helps documentation.
[x] A page in the docs on the backend api.
[x] A test that checks the sanity of all backends.
[x] The
BaseTimer
and
BaseLoop
also use the
_rc_
prefix for methods that subclass must implement.
BaseTimer
andBaseLoop
also use the_rc_
prefix for methods that subclass must implement.