# Tres Tres is (will be) a mobile web development framework based in Backbone.js. The idea is instead of using a bunch of jQuery plugins and whatnot, you'll build your application as you'd build a regular Backbone app: you write the markup, declare the JS classes for each view, and style everything using CSS. A good good looking theme will be provided, as well as transitions. # Roadmap 1. Standalone JS file and CSS includes. 2. Console interface, with generators for models, collections, and screens. 3. Ruby library, Rails and Sinatra interfaces. # Classes * `Tres.Device` - Will track events such as orientation change, and keep info such as width/height, supported features, etc. * `Tres.Screen` - A screen, with some features such as a fixed header/footer and momentum scrolling. * `Tres.SwipeSet` - This class wraps a set of `Tres.Screen`s and allows for swipe navigation across them. * `Tres.List` - A simple list, bindable to a `Backbone.Collection`. * `Tres.ListEntry` - Contained by `Tres.List`. You can make it clickable by adding a `click` method to it. Renders differently depending on that. * `Tres.Form` - A