Skip to content

ronsaldo/woden-core-scene-graph

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

171 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Smalltalk 100.0%