05-830, User Interface Software, Spring, 2001
Lecture 8,   February 19, 2001
Copyright © 2001 - 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


Special: Animation Constraints in Amulet


Back to 05-830 main page