Y
Hacker News
new
|
ask
|
show
|
jobs
by
openbasic
2649 days ago
Curious about the GUI parts: Is it talking to X11 directly? What about widgets? Cairo, Skia?
2 comments
amedvednikov
2649 days ago
Indeed 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.
link
openbasic
2642 days ago
GTK is super slow. Do you have any intentions of using raw X11 or Wayland?
link
ouki
2649 days ago
From "Simple GUI app" example - "import ui // Native cross platform ui toolkit (uses Cocoa, win32, GTK+)".
link