SuperApp is a work in progress
It is code ported from a Visualworks Smalltalk motion simulator
Its goal is to be a full 3D CAD with Motion Simulation.
It is the start of Digital Twin applied to Software
The motion simulator has been translated to C++ as open source OndselSolver.
Install Pharo
Download Pharo Launcher
Click/Windows icon
Click/Save As
Select/Downloads folder
Click/Save
In Windows FileExplorer
Look for "C:\Users\askoh\Downloads\pharo-launcher-3.0.1.msi"
DoubleClick/pharo-launcher-3.0.1.msi
Accept all defaults to install
Beware the installer and Pharo Launcher does not work well with non defaults
In Windows Start icon
Launch PharoLauncher
In PharoLauncher
Click/New
Select/Official Distribution/Pharo 11.0 - 64bit (stable)
Enter Image name:/Pharo11SuperApp
Click/Create image
Select/Pharo11SuperApp
Click/Launch
In Pharo
Click/Browse/Playground/
Enter text below:
Metacello new
repository: 'github://aiksiongkoh/SuperApp';
baseline: 'SuperApp';
load
Select text above and RightClick/Do it/
If debugger complains of missing classes, Click/Proceed/