Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Piet implementation using pathfinder #177

Closed
wants to merge 6 commits into from

Commits on Apr 28, 2020

  1. First commit.

    richard-uk1 committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    45d5e6b View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Implement some more

    richard-uk1 committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    1aa04a9 View commit details
    Browse the repository at this point in the history
  2. Implement styled stroke and text.

    Text currently ignores the font specified. I've done this for now
    because there is no way to query whether a font exists on the system,
    and specifying the name of a non-existent font causes a panic in
    pathfinder.
    richard-uk1 committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    9eb0964 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2020

  1. Configuration menu
    Copy the full SHA
    6554147 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2020

  1. Configuration menu
    Copy the full SHA
    978e014 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    223bf00 View commit details
    Browse the repository at this point in the history