Plancton is a metapost font editor. This is a fork of Luuse’s version over at GitLab making this more comprehensible and accessible for student workshops @haw-type-design.
If you do not have a package manager already please install one like Hombrew
To install:
brew install fontforge
brew install inkscape
brew install texlive
- Python2 or Python3, the latter is heavily recommended
For example get the latest version here
- Virtualenv
brew install virtualenv
- Clone this repository
Proceed with following steps on the command line:
cd plancton-editoror navigate to whereever you cloned this repositoryvirtualenv plancton-envsource plancton-env/bin/activatepip3 install -r requirements.txt
python3 plancton-server.py listening on http://localhost:8088/
GNU General Public License - GPL3