Not logged inGosu Forums
Forum back to libgosu.org Help Search Register Login
Up Topic Gosu / Extending Gosu / Movie maker for Gosu and Rubygame
- By ippa Date 2008-11-09 21:53
A rubylibrary to automate sprite movement/effects and sound over a timeline. Either Rubygame (SDL) or Gosu (OpenGL) does the heavy lifting for us when it comes to drawing on the screen. MovieMaker transparently supports both gamelibraries. It's called "rubygame_movie_maker" only because it started out with rubygame as base. Gosu is now actually the preferred choice of platform.

Use it for intros, ingame animations and simple "demos". 4 working gosu-examples included!

Short example:

@movie.resource(@sprite).move([0,0]).between(1,10).move([800,600]).rotate(360).then.play_sound(Sound["woff.wav"])


URL: http://github.com/ippa/rubygame_movie_maker/tree/master - For source and more docs/examples.
Requires: Rubygame 2.3+ or Gosu 0.7.9+
- By philomory Date 2009-04-01 01:37
I love the idea behind this; however, a attempting to use this suggests, and looking at the source confirms, that this library requires not Gosu *or* Rubygame, but Gosu *and* Rubygame. So... anyone thinking of making use of this, be aware of that.
- By Shinobi Chef Date 2009-05-16 12:40
Any Chance of a Gosu version that does not need Rubygame?
Up Topic Gosu / Extending Gosu / Movie maker for Gosu and Rubygame

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill