Lisp HUG Maillist Archive

Animation?

Hi,

before I roll my own stuff, has anybody code to display
animated gif's or any other way to animate images?

Thanks Andreas

P.S. I guess Lispworks alone can't do this?

P.P.S I'm working on Windows


Re: Animation?

Hi Andreas,

Look at Zach Beane's stuff: http://www.xach.com/

On Feb 26, 2008, at 7:20 AM, Andreas Thiele wrote:

>
> Hi,
>
> before I roll my own stuff, has anybody code to display
> animated gif's or any other way to animate images?
>
> Thanks Andreas
>
> P.S. I guess Lispworks alone can't do this?
>
> P.P.S I'm working on Windows
>

--
Gary Warren King, metabang.com
Cell: (413) 559 8738
Fax: (206) 338-4052
gwkkwg on Skype * garethsan on AIM





Re: Animation?

"Andreas Thiele" <andreas@atp-media.de> writes:

> Hi,
>
> before I roll my own stuff, has anybody code to display
> animated gif's or any other way to animate images?

Skippy at http://www.xach.com/lisp/skippy/ can load animated GIFs. It
results in an object that has all the frame image data, color tables,
and other information needed to animate the image properly.

Actually displaying the frames is a challenge I haven't tackled,
sorry. :)

Zach


Re: Animation?

How about embedding WebKit (open-source browser engine) in your application?  That way you'd get world-class rendering of everything Web-like.

On Feb 26, 2008, at 5:20 AM, Andreas Thiele wrote:


Hi,

before I roll my own stuff, has anybody code to display
animated gif's or any other way to animate images?

Thanks Andreas

P.S. I guess Lispworks alone can't do this?

P.P.S I'm working on Windows


Updated at: 2020-12-10 08:43 UTC