The screen is a window through which one sees a virtual world. The challenge is to make that world look real, act real, sound real, feel real.
“The Morph Book vol. II (The Art of Morph)” is for Cuis-Smalltalk (7.0 or later), a free and modern implementation of the Smalltalk language and environment.
Copyright © 2025 Hilaire Fernandes
Thanks to Mark Volkmann to share his examples.
Compilation : August 9, 2025
Documentation source: https://github.com/DrCuis/TheArtOfMorph
The contents of this book are protected under Creative Commons Attribution-ShareAlike 4.0 International.
You are free to:
Share – copy and redistribute the material in any medium or
format
Adapt – remix, transform, and build upon the material for any
purpose, even commercially.
Under the following terms:
Attribution. You must give appropriate credit, provide a link to
the license, and indicate if changes were made. You may do so in any
reasonable manner, but not in any way that suggests the licensor
endorses you or your use.
Share Alike. If you remix, transform, or build upon the material,
you must distribute your contributions under the same license as the
original.
Complete license: https://creativecommons.org/licenses/by-sa/4.0/legalcode
• Introduction: | ||
• Design by reuse: | ||
• Design from scratch: | ||
• Documents Copyright: | ||
• The Exercises: | ||
• Solutions to the Exercises: | ||
• The Examples: | ||
• The Figures: | ||
• Art of Morph package: | ||
• Indexes: | ||
— The Detailed Node Listing — Introduction | ||
---|---|---|
• A first glimpse: | ||
• Mouse event: | ||
• Keyboard event: | ||
Design by Reuse | ||
• From where to start?: | ||
• Layout: | ||
• Scroll pane: | ||
• File Selector: | ||
Design from Scratch | ||
• A bit of introspection: | ||
• Red to Medic cross: | ||
• Ruler: | ||
Solutions to the Exercises | ||
• Design from scratch (Solutions): |