summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2025-11-02Flatten project structureonelin
This will make it easier to break up the code into smaller chunks again later. One would think doing this seems fun to me at this point.
2025-04-09Fetch GLFW3 if not installed locallyonelin
2025-03-21Actually use asanonelin
2025-03-16Enable some compilation flagsonelin
2025-03-15tmponelin
2025-03-15Add common compile flagsonelin
2025-03-15Target 64-bit architechtureonelin
2025-02-26Try some lto and pic0undefined
2025-02-26Rename NOT_SUBPROJECT => MAINPROJECT0undefined
2025-02-26Bump stb dependency0undefined
2024-08-25Try squishing shader buffer info into a single i320scar
2024-08-01Fix realloc on ptr ptr0scar
2024-03-01Fixup stb dependency again0scar
2024-03-01Fixup stb dependency0scar
2024-02-11Add stb_image0scar
2024-02-08Assume assimp is precompiled and installed on-system0scar
2024-02-08Add assimp v5.3.10scar
2024-02-06Fix leeks0scar
2024-02-06Fix static compilation0scar
2024-02-06Fix hot reloading0scar
2024-02-06Move engine compilation target to src dir0scar
2024-02-06Fixup window handling & rendering0scar
2024-02-06Works on my machine0scar
Albeit when compiled twice :)
2024-02-05Add CMake files0scar
2024-02-05Use multi context0scar
2024-02-05Fixme!0scar
2024-02-05Add GLAD0scar
2024-02-01Intialize GLFW and GLEW0scar
2023-09-03Move build type to version no0scar
2023-09-03Fix working dir for cmake git cmd0scar
2023-09-03Add some versioning management0scar
2023-08-15Update the _DEBUG macro test to something more standard0scar
2023-08-14Add reloading of state-specific keybindings bindings0scar
2023-08-14Change some flags and stuff0scar
2023-08-02Update input handling method0scar
2023-08-01Add compile_commands0scar
2023-07-28Add PIC to daw0scar
2023-07-28Fix configuration bug0scar
2023-07-28Fix paths0scar
2023-07-28Disable pedantics when compilining hostreload0scar
2023-07-28Implement hotloading0scar
* This commit implements dltools.{c,h}: _A simple wrapper around libdl / dlfcn.h_ * Reload states when done initializing engine, if hotloading is enabled. * Adds general function types for state functions.
2023-07-28test0scar
2023-07-28Flesh out cmakelists & streamline some functions0scar
2023-07-28Initial independent commit0scar