Abdelrahman Said abdelrahman
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
abdelrahman pushed to main at abdelrahman/mike-shah-opengl-series 2024-09-28 22:04:18 +00:00
9dd778289c Exit the app using Esc key
abdelrahman pushed to main at abdelrahman/mike-shah-opengl-series 2024-09-28 21:31:10 +00:00
534e2318e1 Increase movement speed
abdelrahman deleted branch mains from abdelrahman/mike-shah-opengl-series 2024-09-28 20:44:12 +00:00
abdelrahman pushed to main at abdelrahman/mike-shah-opengl-series 2024-09-28 20:34:21 +00:00
679cf64a30 Remove unused variable
abdelrahman pushed to main at abdelrahman/mike-shah-opengl-series 2024-09-28 20:21:56 +00:00
4967b33479 Calculate view_direction from camera rotation