Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/asolove/scrubbing-linear-calculator

Bret Victor's Scrubbing Calculator, in JavaScript, but limited to linear expressions
https://github.com/asolove/scrubbing-linear-calculator

Last synced: about 2 months ago
JSON representation

Bret Victor's Scrubbing Calculator, in JavaScript, but limited to linear expressions

Awesome Lists containing this project

README

        

Scrubbing Linear Calculator
===========================

A partial solution to building Bret Victor's scrubbing calculator based on linear constraint programming in Cassowary.

![Demo of the scrubbing calculator at work](demo.gif)

None of the hard work is creditable to me. Instead, go see:

* Bret Victor created the idea for the [scrubbing calculator](http://worrydream.com/ScrubbingCalculator/).
* Alex Russell [updated](https://github.com/slightlyoff/cassowary-js-refactor) Greg Badros' [javascript version](http://badros.blogspot.com/2011/05/cassowary-constraint-solver-in.html) of the [Cassowary toolkit](http://www.cs.washington.edu/research/constraints/cassowary/).