tomooda / Jun

3D graphics/geometry library with OpenGL rendering and chemoinformatics utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

3D graphics/geometry library with OpenGL rendering and chemoinformatics utilities

License:BSD 2-Clause "Simplified" License


Languages

Language:Smalltalk 100.0%