SDL2X11Emulation
SDL2X11Emulation copied to clipboard
A library that implements the X11 Api with SDL. Designed to work with Tk.
Results
38
SDL2X11Emulation issues
Sort by
recently updated
recently updated
newest added
Hello, I've tried compiling your project on Arch Linux, but was met with a `SDL.h: No such file or directory` error. Here's the CMake output: ``` CMake Deprecation Warning at...
This allowed me to compile the library on Ubuntu with `libsdl2-dev libsdl2-ttf-dev libpixman-1-dev` installed and `set(CMAKE_POSITION_INDEPENDENT_CODE ON)` set. Closes #41.