ASyncEffects library

Show off your project created with Hollywood
Post Reply
User avatar
Allanon
Posts: 733
Joined: Sun Feb 14, 2010 7:53 pm
Location: Italy
Contact:

ASyncEffects library

Post by Allanon »

Hello everyone!
To take a break from the daily routine I'll started to dig on my old HollywoodMAL projects and I've found a library that could be usefull for other coders too.
With this library you can handle asynchronous effects without the need to track them, the library will take care of this task.
It has several methods to pause, resume, finish, cancel, etc...and I provided an example to use it.
Here is a video of the included example that shows a grid of 3x3 cells, each with a random image displayed with a random effect. I click on cells with the LMB to pause a transition and with the RMB to resume it demonstrating that all of them are handled indipendently.
I've fixed a few things and I've written the documentation for everyone who would like to use it.

Here is the link to my GitHub repository
And here is a link to a video hosted on my Mastodon profile
Post Reply