jazzfool / reclutch

Rust UI Core
Other
157 stars 4 forks source link

WGPU graphics display #14

Closed jazzfool closed 4 years ago

jazzfool commented 4 years ago

A graphics display implementation based on WGPU and Lyon. This should outperform the Skia back-end simply due to the smaller scope and the luxury of retained-mode input.

Some general ideas to be implemented:

Progress:

Enhancements:

jazzfool commented 4 years ago

I'm going to close this, I took a stab at it, but maybe someone else with more experience can work on it. Reaching feature parity with Skia (backdrop filters, filters, text rendering, selective anti-aliasing, high quality GPU anti-aliasing) is way beyond my GPU programming knowledge.