Home - sheltongabe/x11_game_engine GitHub Wiki

X11 Game Engine

I will be working towards making this a more general game engine that can interface with more systems, but at the moment it is a very bare bones game engine where the graphics are implemented with X11.

Install

It's compile and install are handled by CMake, so that is a necessary dependency. Follow the instructions on the home README.md and you will compile the engine. From there you can find the static library in libs/ directory and the headers you need in include/x11_game_engine/. By including the necessary headers for your project, and linking the library into the executable.

History

Version History