Awesome
About
This project is to port takenoko, a Jun for Smalltalk's fork distributed under the BSD license. This repository currently has only basic geometry classes including
- geometric objects
- graphics ojects
- rendering contexts (Canvas-based and OpenGL-based)
and Launcher that gives visual demos.
The source code of the original "takenoko" is available at here.
Install
Metacello new
baseline: 'Jun';
repository: 'github://tomooda/Jun:main';
load.
To embed Jun's 3D object into GToolkit, please load the Jun-Bloc
package.