Original Open Croquet running on the latest versions of Squeak 5.x
This repository is using Squot for Git connectivity.
For Squeak 5.2 (and newer) do the following:
- Install Squot
Installer installGitInfrastructure.
- Load Open Croquet (with FFI, OpenGL and Croquet)
Metacello new
baseline: 'Croquet';
repository: 'github://nikolaysuslov/croquet-squeak';
load.
- Download Models/Textures content and place it to Contents/Resources Squeak folder
(Based on Monticello packages from https://sdk.krestianstvo.org/sdk/croquet)