GithubHelp home page GithubHelp logo

canola-full's Introduction

Canola

Project folder for Metapolator with the Canola font

create canola.mp from scratch

The mom command is in https://github.com/graphicore/Atem-MOM/blob/master/bin/mom I symlinked it into my users bin directory as mom.

An import from UFO always creates a "Base-Master". We use the base- prefix as a convention to mark it up.

$ mom init canola.mp
$ mom import -g `cat subset.txt` canolaSource.ufo canola.mp/base-regular

Now you need to set up a first "UI-Master" for Metapolator.

NOTE the master- prefix is important, it tells Metapolator that this is a "UI-Master" (not an Instance-Master and not a Base-Master)

$ mom derive base-regular canola.mp/master-regular

To complete the new "UI-Master" and make it functional a piece of CPS must be inserted:

$ echo "@import 'lib/metapolator/metamaster.cps';" > canola.mp/data/com.metapolator/CPS/master-regular.master.cps

The new Master master-regular should be added to the "session" a mechanism that is intended to make large projects managable by not loading everything at once. Edit the file canola.mp/data/com.metapolator/project.yaml to tell Metapolator that it should open the master on startup:

session:
  masters: [master-regular]

The resulting Metapolator-Project .mp file (directory) looks like this:

$ tree canola.mp
canola.atem.mp/
├── data
│   └── com.metapolator
│       ├── CPS
│       │   └── master-regular.master.cps
│       ├── MOM
│       │   ├── base-regular.master.yaml
│       │   ├── master-regular.master.yaml
│       │   └── multivers.yaml
│       └── project.yaml
├── glyphs
│   └── contents.plist
├── layercontents.plist
└── metainfo.plist

canola-full's People

Contributors

graphicore avatar jeroenbreen avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.