An open API service indexing awesome lists of open source software.

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开发入门系列附属代码

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)

添加基本的开发操作,包括连接服务、显示界面、显示鼠标、键盘输入等。