Abdelrahman Said abdelrahman
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-09-14 17:48:44 +00:00
53e535774d Update screenshot
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-09-14 17:48:29 +00:00
2f086fe548 Implement hard shadows
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-09-14 17:34:07 +00:00
db42dd3d9e Use stored inverted transposed projection model view matrix
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-09-14 17:33:32 +00:00
b0cebb67f8 Store inverted final matrix in the shader
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-09-14 17:32:27 +00:00
bca5dafabf Fragment shader for depth returns valid u8 values
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-09-14 17:05:41 +00:00
0aacccdf67 Add render passes
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-09-14 16:38:04 +00:00
7a17d129a1 Clean main.c
7f2c4cdd0a Update .gitignore
Compare 2 commits »
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-09-14 16:28:28 +00:00
cd38672581 Add test for Arena's reallocation functionality
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-09-14 16:28:05 +00:00
7fea236618 Implement reallocation functionality for Arena allocator
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-09-14 13:49:29 +00:00
16a1b8fa35 Reformat
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-09-14 12:40:24 +00:00
a0dfe8acd0 Start implementing realloc functions for Arena allocator
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-09-14 12:39:55 +00:00
95c47ec940 Update libc allocator realloc function
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-09-14 12:39:28 +00:00
46f32f2ba9 Update signature of realloc functions to expect old and new sizes
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-09-14 01:59:18 +00:00
56fbde696f Remove U8Image and start implementing shadow render pass
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-09-14 01:46:47 +00:00
88e9d3550a Image type uses V4f and add U8Image type
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-09-14 01:46:06 +00:00
66ca20ee5b Reformat
ef0c29de02 Update head model
Compare 2 commits »
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-09-14 00:23:21 +00:00
87f6b2b87a Tweak fragment shader to take and return V4f instead of Colour
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-09-14 00:00:01 +00:00
390ab7c3b4 Reformatting and cleanup
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-09-13 23:54:44 +00:00
72ab9f6aa2 Reformat main
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-09-13 23:51:35 +00:00
15a471f911 Reformat main