Jonathan Johnson
Jonathan Johnson
This also affects websocket connections. Given the idea of #275, I wonder if this request and it shouldn't be merged into one shared "system".
While this can technically be done with today's widgets, I think the way I would prefer to implement this would need grid interactivity (#100).
Thank you for investigating how all that works!
I've moved the guide example capture process into cushy as an undocumented feature, and have hooked up the theme editor example to this system. The screenshot is now in the...
All the support in kludgine is built for this (although cursor support I'm not sure about).
This is technically "done" but the preview text is not shown currently.
After a3e76f6, the input field should have the IME near it. Currently, multi-line editing isn't really officially supported (https://github.com/khonsulabs/cushy/issues/121), so this is kinda-ok for now. But really, we should restrict...
Today I made a significant amount of progress -- Kludgine now compiles to WASM successfully. Significant changes to [easygpu](https://lib.rs/easygpu) were needed to support this, but the tl;dr is: **Kludgine is...
easygpu has been updated to wgpu-0.8.1. Progress has been made, shader code is executing. However, the shader isn't compatible with naga without enabling `cross` in wgpu. Rather than spend time...
With the rewrite, this is now going to be blocked by khonsulabs/appit#1 in addition to some of the previous findings.