# XUI **Repository Path**: david2lf/xui ## Basic Information - **Project Name**: XUI - **Description**: XUI是使用C语言编写的立即式GUI库。本仓库将它从xboot(https://github.com/xboot/xboot) 剥离出来,方便研究。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 8 - **Created**: 2021-12-01 - **Last Updated**: 2021-12-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # XUI ![overview](/docs/overview.png) ## 环境配置 ```bash # for Ubuntu sudo apt install libcairo2-dev libpng-dev libsdl2-dev libfreetype-dev ``` ## 编译&运行&清除 ```bash make -j8 && ./xui-overview make clean ```