You are not logged in.
Pages: 1
I am looking for a tutorial or any other ressource on how to write graphical applications for a wayland desktop only using low level libraries (so no gtk or qt - for learning purposes.). In X, you just read any xlib tutorial and start coding, but since wayland has a different architecture I have issues finding a starting point. I guess libwayland-client.h is where I should start looking, but for me personally, the in-code documentation is always a bit hard to follow.
Offline
hey ! I am interested in the same thing. Maybe we should take the journey together
Kind Regards,
jIrenge
Offline
Hello,
I am also interested to learn how to write a simple Wayland window. Did you found something, a tutorial that you would recommend? I would like to test together with Vulkan...
Greetings...
Offline
You may be interested in this example:
https://github.com/hdante/hello_wayland
Note the enormous understatement:
Wayland configuration is verbose
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
For vulkan, this example may help you. It supports wayland and x windows.
https://github.com/krh/vkcube
Last edited by progandy (2017-09-13 16:55:44)
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |
Offline
Thank you!
Offline
You may be interested in this example:
https://github.com/hdante/hello_wayland
Note the enormous understatement:
README wrote:Wayland configuration is verbose
[hello_wayland]$ ./hello_wayland
Segmentation fault (core dumped)
Offline
@zwa I'm not sure exactly what you're trying to communicate in that post, but this thread is over 3 years old. Please leave the dead to rest in peace: https://wiki.archlinux.org/index.php/Co … bumping.22
Closing.
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
Pages: 1