Skip to content

This library provides a system that runs function registered with list according to priority.

License

Notifications You must be signed in to change notification settings

pit-ray/tasksyslib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.
https://www.pit-ray.com/entry/tasksyslib_ref

Author

pit-ray
[homepage]https://www.pit-ray.com
[E-mail] contact*pit-ray.com ( * to @ )

About

This library provides a system that runs function registered with list according to priority.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published