[19 Aug 2008] OS4.1

Contains all messages from the Hollywood mailing list between 01/2006 and 08/2012
Locked
User avatar
lazi
Posts: 646
Joined: Thu Feb 24, 2011 11:08 pm

[19 Aug 2008] OS4.1

Post by lazi »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Tue, 19 Aug 2008 00:23:55 +0200

Hello Andreas!

As the press release and beta testers said OS4.1 has got a compositing engine for hardware accelerated 2D effect. Could Hollywood gain any benefit from this engine? Andreas, do you know any details about this? If this helps to make the OS4 version of hollywood more faster will you plan to support it?
User avatar
airsoftsoftwair
Posts: 5834
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

[19 Aug 2008] Re: OS4.1

Post by airsoftsoftwair »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Tue, 19 Aug 2008 00:38:08 +0200
Hello Andreas!

As the press release and beta testers said OS4.1 has got a compositing engine for hardware accelerated 2D effect. Could Hollywood gain any benefit from this engine? Andreas, do you know any details about this? If this helps to make the OS4 version of hollywood more faster will you plan to support it?
Probably not :) Hollywood is currently not really optimized for the ultimate speed. I know several parts of the code that could be optimized and it would lead to a significant speed up... (for instance, the window handler could run on its own thread; this would give about 10% more speed; but you would only notice this with Hollywood scripts that tickle the cpu)

I'll go for the optimizations when I feel that Hollywood can do everything I want it to do... but it hasn't arrived at this stage yet :)
User avatar
lazi
Posts: 646
Joined: Thu Feb 24, 2011 11:08 pm

[19 Aug 2008] Re: OS4.1

Post by lazi »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Tue, 19 Aug 2008 10:23:15 +0200

Hello Andreas
I'll go for the optimizations when I feel that Hollywood can do everything I want it to do... but it hasn't arrived at this stage yet :)
I had hope for an other answare, but it is promising as well. :)
User avatar
airsoftsoftwair
Posts: 5834
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

[19 Aug 2008] Re: Re: OS4.1

Post by airsoftsoftwair »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Tue, 19 Aug 2008 17:22:01 +0200
I had hope for an other answare, but it is promising as well. :)
Yes, remember: Optimizations take LOTS OF time because you have to rewrite stuff carefully to be sure you don't break anything. That takes lots of time which I rather invest in bringing more features. Optimization will be started once Hollywood is complete :)
Locked