3D graphics/geometry library with OpenGL rendering and chemoinformatics utilities
About
-
This project is to port takenoko, a [Jun for Smalltalk](http://aokilab.kyoto-su.ac.jp/jun/index.html)'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](ftp://ftp.sra.co.jp/pub/lang/smalltalk/takenoko/).
Install
-
```
Metacello new
baseline: 'Jun';
repository: 'github://tomooda/Jun:main';
load.
```
To embed Jun's 3D object into [GToolkit](https://feenk.com/#gt), please load the ```Jun-Bloc``` package.
Demo
-
[](http://www.youtube.com/watch?v=ZgS8Y9gJRFc) Benzene molecule
[](http://www.youtube.com/watch?v=liPnWDkEJ4Q) Flying by Moon towards Earth
[](http://www.youtube.com/watch?v=hGcaeKwsF8k) Embedding T3 protein into a class comment using GToolkit.