Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.09 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.09 KB

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.

Demo

benzene Benzene molecule

Earth and moon Flying by Moon towards Earth

T3 in GToolkit Embedding T3 protein into a class comment using GToolkit.