rtbo / dgt

D GUI Toolkit
MIT License
2 stars 0 forks source link

proverb example does not work #1

Open yannick opened 5 years ago

yannick commented 5 years ago

hi, interesting project, i wanted to try it. i'm using sway/wayland. the hello example does work nicel but somehow the prover example fails with:

22:32:20.435  INFO: DGT initializing platform
22:32:20.438  INFO: DGT platform initialization done
22:32:20.442  WARN: DGT-RENDER Failed to create vulkan backend: Could not find extension VK_KHR_surface when creating Vulkan instance
22:32:20.480  INFO: DGT-TEXT loading font family "Bitstream Vera Serif"
22:32:20.497  INFO: DGT-TEXT loading font family "Times New Roman"
22:32:20.511  INFO: DGT-TEXT loading font family "Bitstream Vera Serif"
22:32:20.525  INFO: DGT-TEXT loading font family "Droid Arabic Naskh"
22:32:20.554  INFO: DGT-TEXT loading font family "MS Gothic"
Unrecoverable error in render thread : non consistent coords
rtbo commented 5 years ago

Hi, thanks for interest ! I know that one is broken. Something is wrong in the font atlas packing algo. I need to dig this up!