Abdelrahman Said abdelrahman
abdelrahman pushed to main at abdelrahman/image-sequence-player 2024-01-07 02:35:10 +00:00
80cb69ddc4 Update README.md
abdelrahman created branch main in abdelrahman/image-sequence-player 2024-01-07 02:32:16 +00:00
abdelrahman pushed to main at abdelrahman/image-sequence-player 2024-01-07 02:32:16 +00:00
57e70e7b82 Add demo video
3e70f32f62 Finish the main entry point
9891da0863 Add basic ui_list UI component
d75bd4850b Define datatypes and functions for working with an image sequence
6c286b65a8 Define supported frame rates
Compare 10 commits »
abdelrahman created repository abdelrahman/image-sequence-player 2024-01-07 02:10:11 +00:00
abdelrahman pushed to main at abdelrahman/c-metprogramming-exploration 2023-12-31 15:47:09 +00:00
922bb76c75 Update README.md
05823d7ef8 Add code generation version
1bb3a0b196 Add simple memory arena implementation
2905b71835 Update build script
4c7b0ad621 Update .gitignore
Compare 5 commits »
abdelrahman pushed to main at abdelrahman/c-metprogramming-exploration 2023-12-31 01:44:17 +00:00
842955a3ef Update README.md
abdelrahman pushed to main at abdelrahman/c-metprogramming-exploration 2023-12-30 21:33:52 +00:00
f3d32f00f9 Reformat README.md
abdelrahman pushed to main at abdelrahman/c-metprogramming-exploration 2023-12-30 21:32:18 +00:00
d0dce15c58 Update README.md
abdelrahman pushed to main at abdelrahman/c-metprogramming-exploration 2023-12-30 20:10:07 +00:00
8c9c3aea2f Update README.md
abdelrahman pushed to main at abdelrahman/c-metprogramming-exploration 2023-12-30 20:08:29 +00:00
59951fb602 Extract common macros to a header
dfb19d4a1a Update README.md
Compare 2 commits »
abdelrahman pushed to main at abdelrahman/c-metprogramming-exploration 2023-12-30 19:45:26 +00:00
26d6118f63 Fix table format
abdelrahman pushed to main at abdelrahman/c-metprogramming-exploration 2023-12-30 19:43:15 +00:00
c853f4650d Add README.md
abdelrahman created branch main in abdelrahman/c-metprogramming-exploration 2023-12-30 19:11:33 +00:00
abdelrahman pushed to main at abdelrahman/c-metprogramming-exploration 2023-12-30 19:11:33 +00:00
6d1f5d3b4c Impelement version with X macros
62e9a9405b Implement version with macros
ac64a206b0 Implement manual version
70514e7b5d Add aliases
8dc280e22b Add build scripts
abdelrahman created repository abdelrahman/c-metprogramming-exploration 2023-12-30 19:10:59 +00:00
abdelrahman pushed to main at abdelrahman/cg-from-scratch 2023-12-27 22:03:35 +00:00
9b22ce61d5 Update colour_t to use a union
abdelrahman pushed to main at abdelrahman/cg-from-scratch 2023-12-20 16:38:08 +00:00
0345f90405 Add vector magnitude calculation
abdelrahman pushed to main at abdelrahman/cg-from-scratch 2023-12-20 00:17:12 +00:00
2ec654774e Update colours
6b0732980a Create initial raytraced scene
36913bf365 Add vector types and functions
25ff01b815 Add libm to libraries
f0b6771255 Add function to convert from window coordinates to viewport
Compare 5 commits »
abdelrahman pushed to main at abdelrahman/cg-from-scratch 2023-12-18 14:21:40 +00:00
c5cc8643e1 Explicitly cast screen coordinates in set_pixel
abdelrahman pushed to main at abdelrahman/cg-from-scratch 2023-12-18 14:18:30 +00:00
4a0ec9e5e7 Update denormalise function