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