Alex
Alex
**Is your feature request related to a problem? Please describe.** I've added sqls to the windows package manager, Scoop. Just add my bucket. https://github.com/alextwothousand/scoop-bucket **Describe the solution you'd like** N/A...
I absolutely love zpl! I use it for every C based project, and it brings over many of the things I enjoy from C++, while also benefitting from the simplicity...
I was wondering if dxwrapper could provide any benefits for Unreal Tournament 99. I'm already using a D3D10 driver (there is a D3D11 one, but it adds RT and some...
Does Nuklear have D3D8 support (without d3d8to9)? I would like to use it as an alternative to Dear ImGui, for a D3D8 game.
CMake, since version 3.11, introduced a feature called FetchContent. It is not very well known. For projects that utilise CMake, FetchContent aims to add a form of package management to...
How do you go about doing subroutine hooks, like how zeex/subhook does it? I almost figured out how all of libmem's API works, which is awesome 😁 I wish to...
As I mostly use CMake for building C/C++ programs, I thought it would be convenient if a CMakeLists file was available, to allow people to just add_subdirectory this library, or...
I added a CMakeLists for editors such as CLion, or for those who may use vscode / sublime text. To enable SA/VC/3, just use ```cmake option(GTA_SAN_ANDREAS ON) # and/or option(GTA_VICE_CITY...
How would one disable missions using plugin sdk?