Skip to content

This was my advanced game programming final project. It allows you to bind functions to generic events that you can trigger yourself. The cool part is that event-registered-function execute in the background (so the main thread is free to do other things).

Notifications You must be signed in to change notification settings

bk5115545/ThreadedEventSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ThreadedEventSystem

This was my advanced game programming final project. It allows you to bind functions to generic events that you can trigger yourself. The cool part is that event-registered-function execute in the background (so the main thread is free to do other things).

This project is very out of date. Several orders of magnitude of performance improvements have been implemented in https://github.com/bk5115545/The-Event-Engine. Breaking changes were also introduced so they have not been merged back. This repoisitory is only an archived reference.

About

This was my advanced game programming final project. It allows you to bind functions to generic events that you can trigger yourself. The cool part is that event-registered-function execute in the background (so the main thread is free to do other things).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published