OS Lab
Trying to turn linux into a moldable creative environment.
[WIP] Klee: A Language for Describing Shapes
The problem: We have an actor that has a rich internal model of some domain, and we want to use this model to generate a graphic design and render it to the user, how do we do this?
The (overly-simplified) answer: We build another actor!!!!1! Which listens for descriptions of shapes, and draws them to the screen. Now our original actor can make assertions of shapes, and the receiving actor will draw these descriptions.