A design tool for interfaces
Bind is an open source, experimental tool for designing interfaces. It's a native OSX app that allows you to design using GSS, an auto-layout like language for describing an interface via constraints. Bind is not meant to replace tools like Sketch, Photoshop or Framer, but is instead suited for the niche task of laying out user interfaces. For more background info, see the blog post I wrote about it.
Download for OSX from the Releases page
.bindfiles which can be easily version controlled with Git and other tools
login.bindfor an overview of the basics. Important to note: for an element to be accessible via the UI it must have an
id=attribute.
Bind is a hybrid web & native application. Dependencies: * jsx node module * XCode 6.3 * OSX 10.10 and higher
cd ~/bind/public
jsx --watch views/ dist/
cd ../; open Bind.xcodeproj