У нас вы можете посмотреть бесплатно Writing a GUI Task Manager from scratch in C using only libwayland или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Writing a GUI Task Manager from Scratch in C with Wayland In this 4 hour video I document the full process of writing a custom, fully functional graphical task manager from scratch in pure C, using only libwayland-client. No toolkits, no shortcuts — just low-level C programming and Wayland. !!! SUB TO MY NEW CHANNEL :)))) / @podvigyt Get the entire source code of the project and extra material: Patreon: / cococry What you’ll see in this session: • Building a task manager in C from the ground up • Using libwayland-client for GUI programming • How to work directly with Wayland without external frameworks • Systems programming concepts applied in a real project • A full look at the Linux development workflow This is aimed at anyone interested in: • C programming and systems programming • Linux GUI development • Wayland and alternatives to X11 • Writing your own window managers and desktop tools • Open source projects and low-level graphics programming My other projects: • GitHub: https://github.com/cococry/ • Ragnar (window manager): https://github.com/cococry/ragnar • Reif (retained UI framework): https://github.com/cococry/reif • Leif (immediate UI framework): https://github.com/cococry/leif • Runara (graphics framework): https://github.com/cococry/runara Subscribe if you want to see more long-form programming videos, open source projects, and deep dives into C and Linux development: / @cococry 00:00 Announcing my new channel 00:28 Intro & Project setup 02:44 Setting up Wayland 13:06 Wayland Surface & Window 36:45 Resizing the Window 40:36 Drawing Correctly to the Window 41:51 Drawing Text & Rectangles 01:07:10 Task Manager UI --- Tags: programming, software development, coding, systems programming, open source, linux, C programming, GUI development, window manager, GUI from scratch, libwayland, wayland client, custom task manager, low level GUI, pure C GUI