Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ReactionMap/RMapViewer
ReactionMap viewer on Pharo Smalltalk
https://github.com/ReactionMap/RMapViewer
Last synced: about 2 months ago
JSON representation
ReactionMap viewer on Pharo Smalltalk
- Host: GitHub
- URL: https://github.com/ReactionMap/RMapViewer
- Owner: ReactionMap
- License: mit
- Created: 2017-03-16T05:03:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-25T02:12:47.000Z (about 1 year ago)
- Last Synced: 2024-08-03T17:10:18.813Z (5 months ago)
- Language: Smalltalk
- Size: 1.06 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-pharo - RMapViewer - A Viewer for chemical reaction maps. (Scientific libraries)
README
# RMapViewer
ReactionMap viewer on Pharo Smalltalk## Installation
Please evaluate the following on Pharo 11 (downloadable from Pharo [download page](https://pharo.org/download))```smalltalk
[Metacello new
onConflictUseIncoming;
repository: 'github://tomooda/RMapViewer:pharo10/repository';
baseline: 'RMapViewer';
load] on: MCMergeOrLoadWarning do: [:warning | warning load ]
```If you are Pharo developer, you can simply save the image.
If you don't need development environment, you may want to evaluate```smalltalk
RMapMorph makeReleaseImage
```which will save image making the Pharo system's UI dedicated to RMapViewer.