This website works better with JavaScript
首頁
探索
說明
登入
xmake
/
xmake-docs
镜像来自
https://github.com/xmake-io/xmake-docs
關註
2
讚好
0
複刻
0
Files
問題管理
0
Wiki
分支:
master
分支列表
標籤列表
docsify
docute
master
vitepress
vuepress
xmake-docs
/
docs
/
zh
/
examples
/
cpp
/
graphics
/
linux_framebuffer.md
linux_framebuffer.md
290 B
永久連結
文件歷史
原始文件
outline: deep
Linux Framebuffer
我们可以使用 Linux Framebuffer 直接在屏幕上绘制图形,而无需 X11 或 Wayland。
基础示例
编译运行
$ xmake $ xmake run