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

SDF strategy #5

Closed
wants to merge 41 commits into from
Closed

SDF strategy #5

wants to merge 41 commits into from

Commits on Jan 24, 2017

  1. Introduce snap-points strategy

    dy committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    b5d917e View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2017

  1. Init SDF rendering

    dy committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    b8bf62d View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2017

  1. Make variable chars

    dy committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    2cb4a61 View commit details
    Browse the repository at this point in the history
  2. Render data with colors

    dy committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    b38a970 View commit details
    Browse the repository at this point in the history
  3. Get first rendering done

    dy committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    be900c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2017

  1. Clean up & normalize glyphs order

    dy committed Feb 3, 2017
    Configuration menu
    Copy the full SHA
    6e60ffd View commit details
    Browse the repository at this point in the history
  2. Remove redundant test

    dy committed Feb 3, 2017
    Configuration menu
    Copy the full SHA
    67ecda9 View commit details
    Browse the repository at this point in the history
  3. Ensure max number of chars

    dy committed Feb 3, 2017
    Configuration menu
    Copy the full SHA
    02f9ee8 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2017

  1. Make edge absolute

    dy committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    ad2327a View commit details
    Browse the repository at this point in the history
  2. Generate color palette

    dy committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    e5abb9d View commit details
    Browse the repository at this point in the history
  3. Render borders

    dy committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    866038f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b47cc45 View commit details
    Browse the repository at this point in the history
  5. Squash position buffer

    dy committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    28b65e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    360e16c View commit details
    Browse the repository at this point in the history
  7. Fix deps

    dy committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    9f24234 View commit details
    Browse the repository at this point in the history
  8. Fix canvas texture error

    dy committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    0e1de2b View commit details
    Browse the repository at this point in the history
  9. Discard zero-dist

    dy committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    fe542e5 View commit details
    Browse the repository at this point in the history
  10. Fix edge cases

    dy committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    c64eeb5 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2017

  1. Configuration menu
    Copy the full SHA
    a02dcb1 View commit details
    Browse the repository at this point in the history
  2. Add demo

    dy committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    6e451f2 View commit details
    Browse the repository at this point in the history
  3. Separate test-cases

    dy committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    5119571 View commit details
    Browse the repository at this point in the history
  4. Explain basic setup

    dy committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    0170e58 View commit details
    Browse the repository at this point in the history
  5. Add #566 test-case

    dy committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    9f2c80a View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2017

  1. Account for pixelRatio

    dy committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    8435add View commit details
    Browse the repository at this point in the history
  2. Fix alpha

    dy committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    84c2b2f View commit details
    Browse the repository at this point in the history
  3. Filter offsets

    dy committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    e71259f View commit details
    Browse the repository at this point in the history
  4. Fix colors blending

    dy committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    b87846f View commit details
    Browse the repository at this point in the history
  5. Lint

    dy committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    ddfc588 View commit details
    Browse the repository at this point in the history
  6. Refine point size

    dy committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    a970cdb View commit details
    Browse the repository at this point in the history
  7. Clean up shaders

    dy committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    83f32ac View commit details
    Browse the repository at this point in the history
  8. Normalize test

    dy committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    e30dde4 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2017

  1. Configuration menu
    Copy the full SHA
    7978421 View commit details
    Browse the repository at this point in the history
  2. Fix pick size

    dy committed Feb 11, 2017
    Configuration menu
    Copy the full SHA
    d7a29fc View commit details
    Browse the repository at this point in the history
  3. Fix bounds

    dy committed Feb 11, 2017
    Configuration menu
    Copy the full SHA
    76f6853 View commit details
    Browse the repository at this point in the history
  4. Ignore zero-level lod check

    dy committed Feb 11, 2017
    Configuration menu
    Copy the full SHA
    a8f3490 View commit details
    Browse the repository at this point in the history
  5. Fix range

    dy committed Feb 11, 2017
    Configuration menu
    Copy the full SHA
    2cb412d View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2017

  1. Add character offset

    dy committed Feb 12, 2017
    Configuration menu
    Copy the full SHA
    ba9ea4a View commit details
    Browse the repository at this point in the history
  2. Get rid of bounds

    dy committed Feb 12, 2017
    Configuration menu
    Copy the full SHA
    eca38f2 View commit details
    Browse the repository at this point in the history
  3. Make offset optional

    dy committed Feb 12, 2017
    Configuration menu
    Copy the full SHA
    874a4f9 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2017

  1. Detect snapping

    dy committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    3f3b85e View commit details
    Browse the repository at this point in the history
  2. Add atlas optimization

    dy committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    498ed17 View commit details
    Browse the repository at this point in the history