croquet-squeak

Description

Open Croquet for Squeak 5.x

Details

Source
GitHub
Dialect
squeak (25% confidence)
Stars
34
Forks
7
Created
Dec. 23, 2018
Updated
June 10, 2025

README excerpt

# Open Croquet for Squeak 5.x

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

## Install
This repository is using [Squot](https://github.com/hpi-swa/Squot) for Git connectivity.

For Squeak 5.2 (and newer) do the following:

1. Install **Squot**

``` Installer installGitInfrastructure. ```

2. Load **Open Croquet** (with FFI, OpenGL and Croquet)

```
Metacello new
  baseline: 'Croquet';
  repository: 'github://nikolaysuslov/croquet-squeak';
 load.
 ```
 
 3. **[Download](https://www.krestianstvo.org/sdk/croquet/Content.zip)** Models/Textures content and place it to Contents/Resources Squeak folder

---

(Based on Monticello packages from https://sdk.krestianstvo.org/sdk/croquet)
← Back to results