https://github.com/pit-ray/tasksyslib
This library provides a system that runs function registered with list according to priority.
https://github.com/pit-ray/tasksyslib
Last synced: about 1 month ago
JSON representation
This library provides a system that runs function registered with list according to priority.
- Host: GitHub
- URL: https://github.com/pit-ray/tasksyslib
- Owner: pit-ray
- License: mit
- Created: 2018-10-10T12:09:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-05T06:54:57.000Z (almost 7 years ago)
- Last Synced: 2025-03-02T12:21:28.160Z (over 1 year ago)
- Language: C++
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tasksyslib
This library provides a system that runs function registered with list according to priority.
## Description
There are times when you want to specify the order and switching of functions to process at Game Creation.
For example, there are state transition, title screens, menu screens, etc...
In such a case, using this tasksyslib, you can easily build a task system.
Specifically, function pointers and priorities are registered as tasks.
Also, this tasksyslib is designed to use without any waste of the memory space used by the task system itself.
## Build instructions
I has recommended 'cmake'
### For example for Windows
`> cmake -G "Visual Studio 15 2017"`
Build `ALL_BUILD` project which will hopefully successfully build whole library.
However I added builed files to this repository.
## Reference
I wrote all functions at my homepage.
See the link below for further details.
## Author
**pit-ray**
**[homepage]**
**[E-mail]** contact*pit-ray.com ( * to @ )