Skip to content
/ gambit Public

A minimal mobile UX navigation library for html5 mobile web and cordova applications.

Notifications You must be signed in to change notification settings

sintaxi/gambit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gambit

=============================

A minimal mobile UX navigation library.

Why?

Mobile UI frameworks try to do too much and don't address the UX issues that actually make for a good user experience. They are too complex, too big, and focus on rich interfaces and superfluous animations instead of good UX and project maintainability.

Principles of Good Mobile UX

These principles are my own, you may disagree with them and someone else probably has a better list somewhere and that is ok. This is my guide for how gambit should work.

  1. Performance matters
  2. Perceived performance matters more
  3. Give as much feedback to the user as possible.
  4. Transition contexts quickly and always before any expensive operations.
  5. Show throbbers frequently.
  6. Don't be afraid to omit transitions.

Goals

  1. Tiny
  2. Zero Dependencies
  3. Performant
  4. Reasonable device/browser support (meaning: don't be stupid about it)

Acknowledgement & Inspiration

This work draws inspiration from David Kaneda's JQTouch and TJ Holowaychuk's Express. It is the result of many discussions and experimental code written between Rob Ellis, Brian LeRoux and Myself. Thanks to all who have helped make the mobile web better.

Credit to Brian LeRoux for the name ;)

License

Copyright 2012 Chloi Inc. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A minimal mobile UX navigation library for html5 mobile web and cordova applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages