https://github.com/feenkcom/gtoolkit-mapper
GToolkit interactive maps
https://github.com/feenkcom/gtoolkit-mapper
glamorous-toolkit
Last synced: 4 months ago
JSON representation
GToolkit interactive maps
- Host: GitHub
- URL: https://github.com/feenkcom/gtoolkit-mapper
- Owner: feenkcom
- License: mit
- Created: 2019-09-02T08:17:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-15T13:13:06.000Z (over 1 year ago)
- Last Synced: 2025-08-02T09:12:12.387Z (11 months ago)
- Topics: glamorous-toolkit
- Language: Smalltalk
- Size: 7.06 MB
- Stars: 1
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mapper for Glamorous Toolkit
It is an engine for visualizing maps.
## How to load
You can load the whole code in GT using the following snippet:
```smalltalk
Metacello new
baseline: 'GToolkitMapperWithoutGT';
repository: 'github://feenkcom/gtoolkit-mapper/src';
load
```
Or depend on it from your baseline:
```smalltalk
spec baseline: 'GToolkitMapperWithoutGT' with: [
spec repository: 'github://feenkcom/gtoolkit-mapper/src' ]
```