Commit graph

22 commits

Author SHA1 Message Date
c5eb129109
Resolve bug segfault 2026-01-07 23:45:05 +01:00
4d517cea85
Add CONFIG for glfw 2026-01-07 23:36:24 +01:00
d8d67d515e
More modern CMakeLists.txt 2026-01-07 23:25:19 +01:00
1c6e844401
Context window is now header only 2026-01-07 23:15:22 +01:00
35f2bfe9e1
Changing it to a static library to have shared glfwInit 2026-01-06 23:31:57 +01:00
48fc8faa1a
basic_data.hpp is now a real interface. 2026-01-06 23:21:19 +01:00
d5a06ce1ab
basic_data.hpp is now a real interface. 2026-01-06 23:07:34 +01:00
fa495ddcc9
Using default_width and default_height constants 2026-01-05 22:39:41 +01:00
acffb63d7c
Up-to-date install in CMakeLists.txt 2026-01-05 22:35:26 +01:00
66e43ba333
Adding glew as OpenGL initialization in a different scope 2026-01-05 22:24:00 +01:00
b8c9268911
Including basic_data 2025-06-06 17:16:32 +02:00
bc12874c80
Change library to make it less buggy when destroying objects
# Conflicts:
#	include/window.hpp
#	src/window.cpp
2025-06-06 17:12:45 +02:00
32b6c523c3
Correct safe function 2025-05-30 23:02:10 +02:00
aea1ee6822
Fixing error to create the window in a safely way 2025-05-30 22:43:24 +02:00
ac620fb3b7
Separate files between include and src 2025-05-29 13:29:46 +02:00
9fd87798e2
Export files in the correct include directory 2025-05-29 12:47:58 +02:00
c66e95bbdf
Add README.md 2025-05-29 11:59:28 +02:00
cfebea3b74
install procedure and exporting targets 2025-05-28 23:00:38 +02:00
5f45e1ab25
Using ${PROJECT_NAME} 2025-05-28 23:00:20 +02:00
9e5aa3359b
jemalloc as an imported target 2025-05-28 22:59:45 +02:00
d85f76519d
UNITY_BUILD + format file 2025-05-24 19:12:57 +02:00
a8ebc7a78f
init 2025-05-24 19:07:31 +02:00