Content for teaching the Processing programming language and computer architecture based on GtExploration for Glamorous Toolkit.
Developed as part of a thesis at Software Engineering Group at UniBE.
Smalltalk globals
at: #BaselineOfGtExploration
ifAbsent: [
Metacello new
repository: 'github://zeniko/gt-exploration:main/src';
baseline: 'GtExploration';
load.
].
Metacello new
repository: 'github://zeniko/processing-abstractions:main/src';
baseline: 'ProcessingAbstractions';
loadAfter installing with Metacello, you will be able to execute
#BaselineOfProcessingAbstractions asClass loadLepiter