Fedor Logachev
Fedor Logachev
Prototype multiple backends system with simplest backend ever - wich just does not render anything at all.
CI setup
It would be really nice to roll entire X server with mesa on the CI server and make a screenshots for all the examples on the CI and upload them...
OS window focus/unfocus events should be forwarded to EventHandler. Usecases: pause game on window focus lost or release captured cursor on alt-tab to another window.
How to reproduce: try build miniquad 0.2.15(or any other old version) and try to run it with latest `gl.js`. Should be nice error on incompatible js and rust code. Now...
My use case leaded to this PR: I am trying to send client's state with ```on_timeout``` quite frequently - with ~30fps. Without this setting timer's tick is limited to 100ms...