https://github.com/tomooda/Jun
3D graphics/geometry library with OpenGL rendering and chemoinformatics utilities
https://github.com/tomooda/Jun
3d-graphics pharo smalltalk
Last synced: 8 months ago
JSON representation
3D graphics/geometry library with OpenGL rendering and chemoinformatics utilities
- Host: GitHub
- URL: https://github.com/tomooda/Jun
- Owner: tomooda
- License: bsd-2-clause
- Created: 2018-12-06T05:53:33.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T07:24:23.000Z (about 1 year ago)
- Last Synced: 2025-04-24T02:43:11.927Z (9 months ago)
- Topics: 3d-graphics, pharo, smalltalk
- Language: Smalltalk
- Size: 939 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-pharo - Jun - A 3D graphics library with chemoinformatics extensions. (Graphics)
README
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.