Someone interested in some libs/includes?

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

Re: Someone interested in some libs/includes?

Post by Allanon »

Hello all!
I've published a new library on Github.

The aim of this library is to handle scrolling texts using layers, this will enable the coder to use layer's advanced features without the need to process the scrolling text graphics.

The library supports many events that are triggered in various situation and can be used to produce great visuals, for example it supports the OnBeforeUpdate and OnAfterUpdate that can be used to manage a background and a foreground with the scrolling text in the middle.

Have a look at the TEST 02 to see how it works, it shows how to implement a simple animated background under a scrolling text and an animated foreground on the top, TEST 01 instead shows why it is nice to render the scrolling texts into layers.

CONTENTS

Code: Select all

:: FUNCTIONS ::
- SLT.Init()
- SLT.Update()
- SLT.Free()
- SLT.Pause()
- SLT.Resume() 

:: TASK CLASS ::
- SLT.TaskObject:New()
- SLT.TaskObject:Draw()
- SLT.TaskObject:Update()
- SLT.TaskObject:Pause()
- SLT.TaskObject:Resume()
- SLT.TaskObject:Remove()

:: EXAMPLES/TESTS ::
- SLT.TEST_01()
- SLT.TEST_02()
Original Post on Patreon

Happy coding! :)
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Someone interested in some libs/includes?

Post by airsoftsoftwair »

Very nice, thanks a lot!
User avatar
Allanon
Posts: 732
Joined: Sun Feb 14, 2010 7:53 pm
Location: Italy
Contact:

Re: Someone interested in some libs/includes?

Post by Allanon »

Hello all!
I've updated my GitHub repo with more recent versions of my libraries, I've also added GLFX library which uses GLGalore for the rendering, it's a work in progress but stable and usable :)

Please refer to the post on Patreon (free for all) here for more details.

More to come...
:)
User avatar
Allanon
Posts: 732
Joined: Sun Feb 14, 2010 7:53 pm
Location: Italy
Contact:

Re: Someone interested in some libs/includes?

Post by Allanon »

Hello :)

I've updated my G2D library documentation, part of my Hollywood libraries repository, the doc is accessible here, the main repository is here.

For more details have a look at my Patreon post here.
Post Reply