8 ms·
Curious about the GUI parts: Is it talking to X11 directly? What about widgets? Cairo, Skia?
by openbasic 8y ago
Curious about the GUI parts: Is it talking to X11 directly? What about widgets? Cairo, Skia?
- ouki 8y agoFrom "Simple GUI app" example - "import ui // Native cross platform ui toolkit (uses Cocoa, win32, GTK+)".
- amedvednikov 8y agoIndeed it uses Cocoa/Win32/GTK+, and if you need drawing, there's a small library called gg. It used OpenGL, but in the future will also support DirectX and Metal backends.
- openbasic 8y agoGTK is super slow. Do you have any intentions of using raw X11 or Wayland?