Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 19 days ago
JSON representation
Bret Victor's Scrubbing Calculator, in JavaScript, but limited to linear expressions
- Host: GitHub
- URL: https://github.com/asolove/scrubbing-linear-calculator
- Owner: asolove
- Created: 2013-05-17T23:51:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-06T14:59:30.000Z (almost 11 years ago)
- Last Synced: 2024-04-17T04:50:57.186Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.26 MB
- Stars: 12
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).