Internal project base for Counter-Strike: Source on Linux. Includes full OpenGL ImGui rendering and input handling, a minimal Source SDK implementation, virtual hooking class and various other features for quick prototyping.
### Features
* Retrieves interfaces directly from the *s_pInterfaceRegs* linked list.
* ImGui drawing and input handling via *ILauncherMgr* virtual hooks.
After you have cloned or extracted an archive of the repository you can use `cmake .` to create a Makefile and `make` to build the shared library. When finished, load the output file into the game while it is running. Using [gdb](https://aixxe.net/2016/09/shared-library-injection) is recommended.
Press <kbd>INSERT</kbd> to toggle the configuration window.
### Credits
Special thanks to [luk1337](https://github.com/luk1337) for the ImGui SDL2 input fix.