RubyGosuTutorial
aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Version vom 12. Juni 2009, 02:34 Uhr von Oneup (Diskussion | Beiträge)
A warm welcome to the totally useless Game Programming in Ruby tutorial
sudo gem install gosu or download from [http://code.google.com/p/gosu gosu website] gosu introduction: [http://code.google.com/p/gosu/wiki/RubyTutorial] for platformer tile physics see [http://jnrdev.72dpiarmy.com] example game code: [http://github.com/oneup/puituniverse/tree/master poit universe]
== Gosu Lacks (aka... needs own OpenGL code)
- Pixel Operations (Putpixel)
- Palette Swap (-> from: CuteWars.python)
- Animation System built-in (PuitWars' kyoto has this)