Little dolphin game?

31 views
Skip to first unread message

Evgeny

unread,
Apr 23, 2013, 12:25:09 AM4/23/13
to webgl-d...@googlegroups.com
hi,
please look at "Little dolphin is gathering garbage to save corals" (a spline based keyframe animation made in the Art of Illusion 3D modeler)
http://www.ibiblio.org/e-notes/Splines/water/little_play.html
Don't we like to make similar game for little children? :)

Evgeny Demidov

Kenneth Russell

unread,
Apr 23, 2013, 3:26:51 PM4/23/13
to webgl-d...@googlegroups.com
Hi Evgeny,

Cool. It's a surprisingly small amount of code for a nifty effect.

Have you tried subdividing the surfaces in real time in JavaScript? I
wonder what kind of frame rates would be possible. It would be cool to
be able to move around the control points in your examples such as
http://www.ibiblio.org/e-notes/Splines/loop.html .

-Ken
> --
> You received this message because you are subscribed to the Google Groups
> "WebGL Dev List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to webgl-dev-lis...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

Michel Braz de Morais

unread,
Apr 23, 2013, 5:38:11 PM4/23/13
to webgl-d...@googlegroups.com
cool :)


att,

Michel Braz de Morais

Analista / Desenvolvedor de sistemas


2013/4/23 Kenneth Russell <k...@chromium.org>

Evgeny

unread,
Apr 25, 2013, 7:32:37 AM4/25/13
to webgl-d...@googlegroups.com
Little dolphin game
http://www.ibiblio.org/e-notes/Splines/water/little_game.html
I didn't test touches yet and I'd like to add a couple of sounds. How can I make simple sounds for WebKit and FireFox? (any examples?)

Evgeny

Ben Adams

unread,
Apr 25, 2013, 12:18:00 PM4/25/13
to webgl-d...@googlegroups.com
Hi Evgeny

WebAudio API is a very nice way of making simple sounds, a good explanation and how to use is provided by Boris Smus on HTML5Rocks http://www.html5rocks.com/en/tutorials/webaudio/games/

And the W3C spec is http://www.w3.org/TR/webaudio/

Currently FireFox isn't 100% complete with the implementation, but you can track their progress here:  https://bugzilla.mozilla.org/show_bug.cgi?id=779297

Otherwise you'll need to use audio sprites with the audio tag or a polyfill to make this easier. Chris Heilmann give some background and options here: https://hacks.mozilla.org/2012/04/html5-audio-and-audio-sprites-this-should-be-simple/

Hope this helps.

Ben Adams



Evgeny

--
Reply all
Reply to author
Forward
0 new messages