|
|
|
|
|
by nebulon
2069 days ago
|
|
This looks really nice and the online demo is quite slick also on Firefox. I saw that there is either a Qt or GL backend, which made me wonder how this is used then in the online demo or is the browser backend a third, undocumented one? Also how is input (pointer, key) supported across the already apparently supported platforms? |
|
We use the excellent winit crate at the moment for input handling, so that abstracts it away for us.