Resources
Help
English
Appearance
We can use Linux Framebuffer to draw graphics directly to the screen without X11 or Wayland.
add_rules("mode.debug", "mode.release") target("linux_framebuffer") set_kind("binary") add_files("src/*.c")
$ xmake $ xmake run