Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 709 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 709 Bytes

Open Croquet for Squeak 5.x

Original Open Croquet running on the latest versions of Squeak 5.x

Install

This repository is using Squot for Git connectivity.

For Squeak 5.2 (and newer) do the following:

  1. Install Squot

Installer installGitInfrastructure.

  1. Load Open Croquet (with FFI, OpenGL and Croquet)
Metacello new
  baseline: 'Croquet';
  repository: 'github://nikolaysuslov/croquet-squeak';
 load.
  1. Download Models/Textures content and place it to Contents/Resources Squeak folder

(Based on Monticello packages from https://sdk.krestianstvo.org/sdk/croquet)