I forgot to make that clear in the wiki, so I'll explain here. Tres (three, in English, aptly named after 37Signal's Cinco, which would mean "five") is a framework for developing JavaScript apps for phones and tablets. It works on top of Backbone.js, but in a nutshell, you'll write a lot less code to get stuff done.
It'll feature a bunch of classes, most of which is stuff I've been using for the last year or so, that make it easy for you to, say generate screens, create data-bound lists, transitions, swipes, infinite scrolling, but all focused on the features as well as limitations of mobile devices. So yes, you'll still be writing code for it, but I wouldn't have it any other way. It's all CoffeeScript/Compass/Sass. After I saw Addy's Yeoman (http://yeoman.io/), I got inspired to turn this into something more like a development suite with packaging capabilities, so I'm working on that right now. The repo can be found here -> https://github.com/juliocesar/tres. Thanks! On Tue, Jul 3, 2012 at 10:46 AM, Steven Ringo <[email protected]> wrote: > Hi everyone, > > Rorosyd is on again in a week: Tuesday July 10, 6:30 for a 7pm start. > > At our usual: Trinity Bar in Surry Hills: http://tinyurl.com/6emfna > > This time there will be no impostors. (I am looking at you Sydney Hipsters > Service Design something something) > > A big welcome back to Sydney to Julio Ody, who will be talking to us about > Tres, a new Javascript hotness library he's writing. > > Trung LĂȘ will also be doing something on filling PDF forms with XFDF. > > There are still some more spots. Put your name down at > https://github.com/rails-oceania/roro/wiki/rorosyd-topics and tell us about > something you've found or have been working on lately. We promise not to > heckle. Its very rewarding to get up and chat. > > As client-side JS is becoming a part of our daily lives, and new frameworks > seem to be popping up all over the place it seems fit that we look at them > in a bit more detail. I would love to see a JS framework smackdown, > something along the lines of Ember vs Backbone vs Angular vs Knockout vs > Spine etc, and how they work with ruby/rails; how to test them etc. > > If anyone's interested in talking about one or more of these frameworks, let > me know. Perhaps we even dedicate an entire Roro to this subject some time > in the near future. > > See you there! > > Regards, > > > Steve > > -- > You received this message because you are subscribed to the Google Groups > "Ruby or Rails Oceania" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/rails-oceania?hl=en. -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rails-oceania?hl=en.
