Tudi20 / xcb-canvas

Implements HTML Canvas on XCB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xcb-canvas

Implements HTML Canvas on XCB

Build

On Linux with make libs to only create the library file or make example to create the example program as well.
Ubuntu: sudo apt install build-essential libx11-xcb-dev pkg-config to get required packages.

For testing, cmocka is used. Please make sure it is installed. You will probably have to compile the source code of it for yourself.

Windows: Use VS Code with WSL2 and run the above mentioned lines for Linux. If GUI programs don't show up, see VcSRsv and this SO answer.

You can view the thesis online on Overleaf.

About

Implements HTML Canvas on XCB

License:MIT License


Languages

Language:TeX 87.7%Language:C 11.9%Language:Makefile 0.3%