cs2-sdk
## What's this?
Counter-Strike 2 SDK written in C++ to aid your development. This SDK has been written as simplified as possible and kept as close as possible to Source 2 code supporting both DirectX11 and Vulkan graphical APIs. I'll keep the project updated if I have time, project's features can be seen in the picture below.
Tested on:
- Windows
## Media

## Dependencies
- [funchook + distorm](https://github.com/kubo/funchook/releases/tag/v1.1.2) - hooking
- [imgui](https://github.com/ocornut/imgui) - gui
- [freetype](https://sourceforge.net/projects/freetype/files/freetype2/2.13.0/) - font rasterization
- [STB](https://github.com/cristeigabriel/STB) - signatures
- [Cozette](https://github.com/slavfox/Cozette) - font
- [Vulkan](https://vulkan.lunarg.com/) - [defines.hpp](https://github.com/bruhmoment21/cs2-sdk/blob/main/cs2cheat/src/defines.hpp#L5-L7)