top | item 8194155

(no title)

Skoofoo | 11 years ago

Gosu is a library that provides the basic building blocks for a video game, while Yeah is an opinionated framework designed to be fast to build games with. It is similar to Sinatra vs Ruby on Rails.

A major feature of Yeah is a Processing/HTML5 Canvas-like drawing API. http://rdoc.info/github/yeahrb/yeah/9f065a6/Yeah/Display

Yeah is in early development; more time-saving constructs and functionality are in the works (animated sprites, collision detection, touch controls, etc).

Yeah compiles to JS now, though it is platform-agnostic - in the future it will also compile into PC executables and mobile apps.

discuss

order

ccallebs|11 years ago

Great, thank you for the write-up. I'll definitely have to take a look.