Code Monkey home page Code Monkey logo

feax's Introduction

feax

Preprocessor for feax OpenType code

Feax is a set of extensions to provide easier and more powerful ways to write fea code. For the specification of the feax language see the docs/ folder.

Installation steps

Install in a virtual environment (venv)

Update the basic toolchain (on Debian/Ubuntu/WSL2):

sudo apt install python3-pip python3-venv python3-wheel python3-setuptools

create a virtual environment:

python3 -m venv venv

Get inside the virtual environment, you have to do this every time you want to use the pysilfont tools again:

source venv/bin/activate

Then install (update) the toolchain and install the library and the makefea script:

python3 -m pip install --upgrade pip setuptools wheel
python3 -m pip install .

You can deactivate your virtual environment (venv) by typing:

deactivate

or by closing your terminal.

Install in editable mode

Alternatively to install in editable mode:

python3 -m pip install -e .

By default the dependencies pulled in are using releases.

Install from git for freshest possible dependencies

Install from git main/master to track the freshest versions of the dependencies:

python3 -m pip install --upgrade -e .[git]

Running the script

makefea 

Usage:

makefea -h (or --help)

feax's People

Contributors

n7s avatar bobh0303 avatar mhosken avatar devosb avatar jvgaultney avatar

Watchers

James Cloos avatar  avatar  avatar Tim Eves avatar  avatar  avatar  avatar Lorna Evans avatar  avatar  avatar  avatar  avatar Jon Coblentz avatar Steven Dyk avatar  avatar

feax's Issues

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.