Skip to content

ronsaldo/woden-core-game-framework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Woden Core - Game Framework

Loading in Pharo:

The minimalistic Woden Core Game Framework built on top of the different Woden components with a heavy inspiration from the Unreal Engine 4 Game Framework API:

Metacello new
   baseline: 'WodenGameFramework';
   repository: 'github://ronsaldo/woden-core-game-framework';
   onConflictUseIncoming;
   load

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

About

A Game Framework implemented using the Woden Core Scene Graph

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Smalltalk 100.0%