Hacker News new | ask | show | jobs
by LoganDark 1253 days ago
> as Druid fan I'm following Lapce

Doesn't Lapce use a custom wgpu renderer, and not Druid? Or did that change at some point?

3 comments

From the Lapce's README [1]:

> Lapce is written in pure Rust with a UI in Druid

[1] https://github.com/lapce/lapce

We use fork of Druid that uses OpenGL. It was wgpu before instead of OpenGL but there were issues and limitations with it.
I think it has own fork of Druid but there may be plan to use Xilem.
yes, we plan to switch to Xilem when it's ready for us