Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 381 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 381 Bytes

vms

Monochrome virtual machine screen for X11 using XCB.

Description

Minimalist library to quickly have a window mapped on the screen with a framebuffer, in order to use it in a toy virtual machine. The width, height and pixel size are modifiable. More documentation in ./vms.h. Happy hacking!

Dependencies

dynarr (in ./lib/dynarr and https://github.com/Epholys/dynarr)