Abdelrahman Said abdelrahman
abdelrahman pushed to main at abdelrahman/event-system 2025-01-04 21:47:57 +00:00
1d00f153c4 Update .gitignore
abdelrahman pushed to main at abdelrahman/event-system 2025-01-01 20:35:06 +00:00
6d2f6742c0 Add example of registering events not part of an array
abdelrahman pushed to main at abdelrahman/event-system 2025-01-01 20:26:37 +00:00
01592a57a4 Fix bug with es_remove_event_listener
abdelrahman pushed to main at abdelrahman/event-system 2025-01-01 20:11:52 +00:00
ca016c34f0 Update README.md
abdelrahman pushed to main at abdelrahman/event-system 2025-01-01 20:11:28 +00:00
83676c8777 Update README.md
abdelrahman pushed to main at abdelrahman/event-system 2025-01-01 20:10:19 +00:00
91a027fc61 Update README.md
abdelrahman pushed to main at abdelrahman/event-system 2025-01-01 20:04:32 +00:00
e396c6608e Add example usage
abdelrahman pushed to main at abdelrahman/event-system 2025-01-01 18:59:46 +00:00
e1fe7fa5f4 Initial implementation of adding and removing listeners and emitting an event
abdelrahman pushed to main at abdelrahman/event-system 2025-01-01 18:10:31 +00:00
f1ae847e0c Refactor to make EventSystem public with id instead of opaque type
abdelrahman pushed to main at abdelrahman/event-system 2025-01-01 15:42:26 +00:00
f438091d49 Update README.md
abdelrahman pushed to main at abdelrahman/event-system 2024-12-31 00:37:30 +00:00
0251507553 Implement system init and deinit and event registration and deregistration
abdelrahman pushed to main at abdelrahman/learnopengl 2024-12-30 21:01:30 +00:00
71f6d03635 Implement Multi-Sample Anti Aliasing (MSAA)
abdelrahman pushed to main at abdelrahman/learnopengl 2024-12-30 21:00:33 +00:00
37b46bc584 Implement Multi-Sample Anti Aliasin (MSAA)
abdelrahman pushed to main at abdelrahman/learnopengl 2024-12-30 19:08:12 +00:00
e9a9b8a2cf Use instanced arrays to draw the lights
abdelrahman pushed to main at abdelrahman/learnopengl 2024-12-30 17:36:06 +00:00
ce561fc44d Only compile normals and light shaders when needed
abdelrahman pushed to main at abdelrahman/learnopengl 2024-12-30 17:32:13 +00:00
acefc1d254 Add ability to draw normals
abdelrahman pushed to main at abdelrahman/event-system 2024-12-29 23:34:56 +00:00
2de0c04b79 Experiment with different idea for allocating the event system
abdelrahman pushed to main at abdelrahman/event-system 2024-12-29 01:48:06 +00:00
1e2aa34b21 Implement system initialisation and deinitialisation
abdelrahman pushed to main at abdelrahman/event-system 2024-12-29 01:47:27 +00:00
ffb666e0df Add aliases
abdelrahman pushed to main at abdelrahman/event-system 2024-12-29 01:46:48 +00:00
8b5bfa81ea Remove compile_commands.json from source control