Makepad is a new UI stack written in Rust with 0-d...
# of-graphics
r
Makepad is a new UI stack written in Rust with 0-dep backends for win32/dx11 linux/opengl mac/metal and web/webgl
k
I'm very interested in the 0-dep part. What opengl implementation do you use in Linux?
r
im not sure
i think we use this crate
gl = "0.14"
👍 1
but i'm unhappy with its compiletime. Linux needs less deps
linux is the slowest of the compiles
i've completed the mac 0 dep one
windows is nearly there
and linux needs some work
i atleast cut out all the big rust-ecosystem deps like quote syn and serde. that saves about 75% of the compiletime already
❤️ 2