nanovg icon indicating copy to clipboard operation
nanovg copied to clipboard

Add WGPU support

Open porky11 opened this issue 5 years ago • 2 comments

WGPU is a simple graphics API like OpenGL written for C (in rust). Compared to OpenGL it has a cleaner design, more modern like vuklan and similar, and more efficeient,

porky11 avatar Apr 05 '20 22:04 porky11

I'm working on it. https://github.com/lain-dono/reui However, the API is not compatible.

I'll probably have to completely rewrite the tesselator, since nanovg relies on TRIANGLE_FAN, which is not in the WebGPU.

lain-dono avatar May 21 '20 12:05 lain-dono

@lain-dono oh, nice. I wouldn't mind if it has a different API but similar features. But I might want to use it from a non-rust language, so I don't think, I'll have a use for that :(

porky11 avatar Jun 15 '20 19:06 porky11