woden-core-physics

Description

Woden Core Physics Engine

Details

Source
GitHub
License
MIT
Stars
2
Forks
1
Created
May 18, 2022
Updated
Feb. 14, 2025

Categories

Games

README excerpt

# Woden Core Physics
#### Collision Detection and Physics Simulation Component for Woden implemented in Pharo

## Loading in Pharo:

The Woden World client package can be loaded on a standard Pharo 10 image by doing the following in a Playground:
```smalltalk
Metacello new
   baseline: 'WodenWorld';
   repository: 'github://desromech/woden-core-physics';
   onConflictUseIncoming;
   load
```

See the **WDPhysicsWorldExamples** class for examples on how to use the different APIs.
← Back to results