05-830, User Interface Software, Spring, 1999
Lecture 8,   March 3, 1999
Copyright © 1999 - Brad Myers


        Previous Lecture     . . .      Next Lecture

Constraints

  Show videos of constraint solvers.


Constraints

One Way Constraints

CurrentSliderVal = mouseX - scrollbar.left

scrollbar.left = window.left + 200

scrollbar.visible = window.has_focus

Two-Way (Multi-way) Constraints

Simultaneous Equations

Incremental


Back to 05-830 main page