Abdelrahman Said abdelrahman
abdelrahman pushed to main at abdelrahman/sprite-animation 2024-11-10 00:27:48 +00:00
6182a2db85 Add player jump and fall states
2487de172b Change player y position
Compare 2 commits »
abdelrahman pushed to main at abdelrahman/sprite-animation 2024-11-06 06:19:55 +00:00
ac3b277d05 Start fixing controls
abdelrahman created branch main in abdelrahman/sprite-animation 2024-11-04 20:05:53 +00:00
abdelrahman pushed to main at abdelrahman/sprite-animation 2024-11-04 20:05:53 +00:00
f3b18b8213 Add README.md
6ca4f19b6b Animation code
4264188a58 Add assets
f128ef115b Add build scripts
d1f20f3167 Update .gitignore
abdelrahman created repository abdelrahman/sprite-animation 2024-11-04 20:05:34 +00:00
abdelrahman pushed to main at abdelrahman/learnopengl 2024-11-03 15:09:38 +00:00
1c4587cd35 Add basic Shader class
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-10-16 23:13:52 +00:00
76c3b02e45 Change char type to c8 in Str8 functions
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-10-16 23:08:13 +00:00
abf9b09495 Implement test for wapp_str8_set
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-10-16 23:07:56 +00:00
6d09059911 Change wapp_str8_lit implementation to support mutable string literals
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-10-16 23:07:17 +00:00
894ae028b7 Add aliases for character data types
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-10-08 22:58:39 +00:00
84a4ec223c Commit the Str8 tests
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-10-08 22:58:18 +00:00
8f10ac2916 Add string buffer macro and tests for Str8
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-10-08 21:46:05 +00:00
bfb4e87a1e Remove extra spaces in aliases.h
abdelrahman merged pull request abdelrahman/wizapp-stdlib#1 2024-10-07 22:35:57 +00:00
revamp-strings
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-10-07 22:35:57 +00:00
685682e1c8 revamp-strings (#1)
abdelrahman deleted branch revamp-strings from abdelrahman/wizapp-stdlib 2024-10-07 22:35:57 +00:00
abdelrahman created pull request abdelrahman/wizapp-stdlib#1 2024-10-07 22:34:53 +00:00
revamp-strings
abdelrahman pushed to revamp-strings at abdelrahman/wizapp-stdlib 2024-10-07 07:06:09 +00:00
f23f85e305 Update .gitignore
751192173f Implement very basic Str8 type
Compare 2 commits »
abdelrahman pushed to revamp-strings at abdelrahman/wizapp-stdlib 2024-10-07 07:01:56 +00:00
1108ed686e Switch to using snprintf instead of sprintf
abdelrahman pushed to revamp-strings at abdelrahman/wizapp-stdlib 2024-10-06 21:41:59 +00:00
36e88ba84d Remove old strings implementation