ronsaldo / woden-core-scene-graph

The Woden Scene Graph Core Component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Woden Core - Scene Graph component

Loading in Pharo:

The minimalistic scene graph and associated renderer component be loaded in a standard Pharo 9 image by doing the following in a Playground:

Metacello new
   baseline: 'WodenSceneGraph';
   repository: 'github://desromech/woden-core-scene-graph';
   onConflictUseIncoming;
   load

See the WDSceneExamples class for examples on how to use this API.

About

The Woden Scene Graph Core Component

License:MIT License


Languages

Language:Smalltalk 100.0%