This is a single include file for starting a window, capturing inputs and drawing pixels to the screen. It compiles to Windows and Linux.
Make sure you have DirectX User Runtime installed.
Open open_venv.bat and a new terminal should pop up.
On the new terminal, simply type:
make
Make sure that you have your distribution's equivalent of Xlib and Xinput:
- libx11-dev and libxi-dev on Ubuntu
- libX11-devel and libXi-devel on Fedora
- libx11 and libxi on Arch
Also make sure to have GNU Make and GCC installed.
Then, on a terminal just run:
make
Over at the Wiki.
w64devkit (used in this project!)