Skip to content

ideo-digital-shop/digital-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 

Repository files navigation

Mobile Prototyping

  • FieldTest - Mobile Prototyping
  • Flinto - Mobile Prototyping
  • Fluid UI - Android/iOS/Windows 8 Interactive Prototyping
  • POP - Paper prototype turned into simulated iOS app
  • Ratchet - Mobile prototyping with HTML/CSS/JS

Design

  • InVision - Design/versioning/collaboration/feedback tool for prototyping designs

Web

  • Scroll Kit - Quick single dynamic page editor, think NYT Snow Article
  • Froont - Visual design of responsive web pages
  • HTML5 Boilerplate - Boiler plate for cross-browser compatible HTML5
  • Pure - UI elements/grid/layout with pure css. Yahoo!'s version of bootstrap except amazingly tiny and only in css

Javascript libraries

general

graphical manipulation

  • paper.js - 2D canvas manipulation. good for animations.
  • raphael.js - 2D canvas manipulation. awesome with vectors.
  • d3 - data viz
  • three.js - 3D manipulation in the browser. via WebGL.
  • threesixty.js - takes a series of images of a model and makes a 360 view of it

typography

  • lettering.js - jquery plugin for controlling type down to the letter
  • textillate.js - js lib for animating text. uses lettering.js

other

  • Notify.js - Abstraction for browser notifications
  • Prettify - Syntax highlighting for displaying code
  • Bootstro.js - makes it easy for a first time walk through of a web page
  • Stately - puts the continental US in a font

Wireframing

SASS lib


A note on syntax:

tools.md is a Markdown file. Markdown is a simplified rich document syntax that produces HTML. See Daring Fireball's Markdown guide for more info on syntax.

Pro tip: press m on your keyboard for a cheat sheet.

The important stuff:

Precede list items with * , such as:

* list item 1
* list item 2
* list item 3

Headings are preceded by #. The more #'s you use, the smaller the heading.

Links are formatted [link text](link url).

Releases

No releases published

Packages

No packages published