Cosxin / d3-nomed

Creating Nomed Font and animation with D3 and SVG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

d3-nomed

Creating Nomed Font and animation with D3 and SVG

example image

Nomed Font

Nomed Font is designed based on the simple triangulargeometric shape.

JSON encoding

Each letter is encoded as a list of (x, y, direction) vectors.
Each (x, y, direction) vector represents an isosceles triangle in this letter,
where x,y are the coordinates of the apex of this triangle (in a 5x5 box) and direction represent the direction of the angle.

Animation

An simple ease out animation is included in the example.

Try

Open Index.html and try these in your console:
println("ABCD")
easeOut()

About

Creating Nomed Font and animation with D3 and SVG

License:MIT License


Languages

Language:HTML 100.0%