Abdelrahman Said abdelrahman
abdelrahman pushed to main at abdelrahman/learnopengl 2024-12-01 15:12:14 +00:00
efed5d117f Fix includes
abdelrahman pushed to main at abdelrahman/learnopengl 2024-12-01 02:46:14 +00:00
7520095761 Cleanup
abdelrahman pushed to main at abdelrahman/learnopengl 2024-12-01 01:10:08 +00:00
318c000391 Complete transformation and coordinate system chapters
abdelrahman pushed to main at abdelrahman/learnopengl 2024-11-30 23:05:34 +00:00
efa4b7a6a8 Add basic transformation matrix
abdelrahman pushed to main at abdelrahman/learnopengl 2024-11-27 00:21:48 +00:00
921324585f Update code to use image textures
abdelrahman pushed to main at abdelrahman/learnopengl 2024-11-27 00:21:31 +00:00
ead49cfbea Add image textures
abdelrahman pushed to main at abdelrahman/learnopengl 2024-11-27 00:21:12 +00:00
b26e56bf4c Add stb_image
abdelrahman pushed to main at abdelrahman/sprite-animation 2024-11-10 01:59:46 +00:00
e2c781098c Tweak player's movement and jump code
abdelrahman pushed to main at abdelrahman/sprite-animation 2024-11-10 01:18:16 +00:00
434b73226e Add helper functions and set_x_movement in state functions
abdelrahman pushed to main at abdelrahman/sprite-animation 2024-11-10 01:17:43 +00:00
0852ca49db Rename dash_in_air to jump_dash
abdelrahman pushed to main at abdelrahman/sprite-animation 2024-11-10 00:31:09 +00:00
d049ae7933 Remove unused function
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