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: 6 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 (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T07:17:48.000Z (over 1 year ago)
- Last Synced: 2024-08-03T17:09:58.938Z (9 months ago)
- Topics: 3d-graphics, pharo, smalltalk
- Language: Smalltalk
- Size: 938 KB
- Stars: 10
- Watchers: 3
- 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.