Описание тега morphic

Morphic is a user interface framework first developed for Self and later ported to Squeak Smalltalk. It is used in the Smalltalk implementations Squeak, Pharo and Cuis and in the JavaScript programming environment Lively Kernel.

Morphic is a user interface construction environment that strives to embody directness and liveness. Directness means a user interface designer can initiate the process of examining or changing the attributes, structure, and behavior of user interface components by pointing at their graphical representations directly. Liveness means the user interface is always active and reactive-objects respond to user actions, animations run, layout happens, and information displays update continuously. Four implementation techniques work together to support directness and liveness in Morphic: structural reification, layout reification, ubiquitous animation, and live editing. [Malo95]

Morphic was first developed for the Self programming language and later ported to Squeak Smalltalk. It is used in Squeak, Pharo and Cuis and there exist implementations in JavaScript and in Python.

Links:

[Malo95] Maloney, J. and Smith, R., "Directness and Liveness in the Morphic User Interface Construction Environment," UIST '95, November 1995.