https://github.com/jackeylea/wayland_freshman
食铁兽Wayland开发入门系列附属代码
https://github.com/jackeylea/wayland_freshman
desktop-environment egl linux shm ubuntu2204lts wayland
Last synced: 2 months ago
JSON representation
食铁兽Wayland开发入门系列附属代码
- Host: GitHub
- URL: https://github.com/jackeylea/wayland_freshman
- Owner: JackeyLea
- License: mit
- Created: 2021-10-05T02:10:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-20T10:00:59.000Z (6 months ago)
- Last Synced: 2025-03-31T12:04:57.037Z (3 months ago)
- Topics: desktop-environment, egl, linux, shm, ubuntu2204lts, wayland
- Language: C
- Homepage: https://blog.jackeylea.com/wayland/wayland-learning-indexes
- Size: 132 KB
- Stars: 57
- Watchers: 2
- Forks: 35
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wayland_Freshman
食铁兽Wayland开发入门系列附属代码
- 本仓库只有代码,文字等介绍见教程各文章
- 平台为Ubuntu24.04 LTS及对应Server版,尽量使用软件仓库中的软件以保持环境统一。## 更新日志
### 2024.06.19(v2.2)
- 代码适配Ubuntu 24.04 LTS
### 2023.11.30(v2.1)
- 匹配文章顺序
### 2023.04.16(v2.0)
- 以Ubuntu22.04开发环境为例,wayland删除了wl_shell接口,修改为xdg_wm_base
### 2022.04.24(v1.0)
添加基本的开发操作,包括连接服务、显示界面、显示鼠标、键盘输入等。