Steven Gay

Results 6 comments of Steven Gay

- Render or Viewport Widget (aka direct access to the display memory to stream video or render frames from a game) - Right-Left text editing direction (Arabic, Hebrew, Urdu...) -...

@Zlidj1an The BFS or even better the MuQSS seems to have better performance than the CFS. MyQSS has better

Why not simply use the WebGPU Shader Language (https://www.w3.org/TR/WGSL/), It aims to be a cross platform one. Why create another one? It feels like [How-Standards-Proliferate](https://imgs.xkcd.com/comics/standards.png) yet again.

Create a [PR 660](https://github.com/floooh/sokol/pull/660) To test it just modify the sample cube-sapp.c with: ``` sapp_desc sokol_main(int argc, char* argv[]) { (void)argc; (void)argv; return (sapp_desc){ .init_cb = init, .frame_cb = frame,...

Your branch seems good. It should be able to satisfy any requirements I imagined with my proposal. :)

If I am not mistaken the internals methods (wgpu_platform_start etc) used in wgpu_entry.h are only implemented in emscript and for MacOS, right? Any plan to have a Windows version (based...