Re: [Chicken-users] New Egg: Tween

2013-01-13 Thread Felix
From: Daniel Leslie d...@ironoxide.ca
Subject: [Chicken-users] New Egg: Tween
Date: Sat, 12 Jan 2013 16:56:08 -0800

 Hi all,
 
 I've just finished up the first version of my Tween egg. It provides a
 (loose) port of Tween.js for Scheme. The functionality that tracked tween
 state is not present, as I felt that's better left to the client of the API
 and wasn't very much in the tradition of scheme, but otherwise it's
 functionally intact.

Wow. This is one of those things that one needs over and over again,
but never finds the time to do it properly. Thanks a lot, Dan!


cheers,
felix

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


[Chicken-users] New Egg: Tween

2013-01-12 Thread Daniel Leslie
Hi all,

I've just finished up the first version of my Tween egg. It provides a
(loose) port of Tween.js for Scheme. The functionality that tracked tween
state is not present, as I felt that's better left to the client of the API
and wasn't very much in the tradition of scheme, but otherwise it's
functionally intact.

For those unaware, tweening is the action of 'inbetweening' two values; of
which the popular linear interpolation is a common action. This egg
provides a whole suite of interesting tweens, including the classic lerp.

It also provides linear, bezier, and catmull-rom interpolation functions.

Anyhow, please see the wiki for more information:
https://wiki.call-cc.org/eggref/4/tween

If someone could prop this to the coup so it can be installed via
chicken-install I would be grateful, thanks!

-Dan
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] New Egg: Tween

2013-01-12 Thread Mario Domenech Goulart
Hi Daniel,

On Sat, 12 Jan 2013 16:56:08 -0800 Daniel Leslie d...@ironoxide.ca wrote:

 I've just finished up the first version of my Tween egg. It provides
 a (loose) port of Tween.js for Scheme. The functionality that tracked
 tween state is not present, as I felt that's better left to the
 client of the API and wasn't very much in the tradition of scheme,
 but otherwise it's functionally intact.

 For those unaware, tweening is the action of 'inbetweening' two
 values; of which the popular linear interpolation is a common action.
 This egg provides a whole suite of interesting tweens, including the
 classic lerp.

 It also provides linear, bezier, and catmull-rom interpolation
 functions.

 Anyhow, please see the wiki for more information:
 https://wiki.call-cc.org/eggref/4/tween

 If someone could prop this to the coup so it can be installed via
 chicken-install I would be grateful, thanks!

Thank you.  I've added your egg to the coop.

Best wishes.
Mario
-- 
http://parenteses.org/mario

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users