Abdelrahman Said abdelrahman
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-10-05 22:15:14 +00:00
e431cf729e Reformat
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-10-05 22:06:10 +00:00
1d1c3ca928 Split the platform specific mem_utils implementations
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-10-05 22:05:03 +00:00
f2f155744a Declare external functions for termcolour and commander in the headers
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-10-05 22:03:32 +00:00
d3a86ec6cb Add extern alias
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-10-05 21:28:50 +00:00
e053aa44ab Remove unnecessary termcolour header files
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-10-05 21:28:23 +00:00
a546a09565 Split commander windows and posix implementations
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-10-05 21:06:35 +00:00
12f182f0cf Define macros for C linkage
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-10-05 19:08:09 +00:00
ffb99a3644 Fix MSVC errors and warnings
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-10-05 18:12:25 +00:00
1ddc5610f9 Remove aligned_alloc from libc allocator since it's not implemented on Windows
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-10-05 17:46:37 +00:00
d8c7b3162f Split termcolour implementations by platform and simplify the API
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-10-05 17:45:46 +00:00
9e1e4688e4 Reformat
abdelrahman created branch main in abdelrahman/learnopengl 2024-09-29 23:15:09 +00:00
abdelrahman pushed to main at abdelrahman/learnopengl 2024-09-29 23:15:09 +00:00
579d8c3b1a Draw first triangle
1a60a9fc93 Add main shaders
aeba912912 Add glad and glm
08dfd5fe3d Set up repo
abdelrahman created repository abdelrahman/learnopengl 2024-09-29 23:14:44 +00:00
abdelrahman pushed to main at abdelrahman/mike-shah-opengl-series 2024-09-29 19:14:03 +00:00
6e760546c7 Reformat
abdelrahman pushed to main at abdelrahman/mike-shah-opengl-series 2024-09-29 16:01:08 +00:00
7ebcca1dc8 Fix get_uniform_location declaration
abdelrahman pushed to main at abdelrahman/mike-shah-opengl-series 2024-09-29 15:59:33 +00:00
cb26a0c9ef Extract getting uniform location into a function
abdelrahman pushed to main at abdelrahman/mike-shah-opengl-series 2024-09-29 15:02:53 +00:00
deed9a42af Stop passing camera to create_graphics_pipeline
abdelrahman pushed to main at abdelrahman/mike-shah-opengl-series 2024-09-29 14:49:17 +00:00
cdb75019d2 More refactoring
abdelrahman pushed to main at abdelrahman/mike-shah-opengl-series 2024-09-29 13:08:56 +00:00
560619ae5b Refactor to create Mesh and Model structs