Fork me on GitHub
Goto Gallery + IDE =>

(c) AppleGrew

See my Experiment on ChromeExperiments.com

Download version 2

License terms and conditions - GPLv3.

CInk Compiler (Minified)Download
CInk Renderer (Minified)Download
CInk Compiler + Renderer (Minified)Download
CInk Renderer Source CodeDownload
CInk Compiler JSCC grammar sourceDownload[Note: You will need to install JSCC to compile this grammar to a running JS code.]
Git repoLinkIf you want to easily fork this project or file bugs.

Important Notes:-

Dependencies

API Reference

All CInk functionalities are available via the globally available object CInk.

CInk.Compile()

CInk.log()

CInk.err()

CInk.warn()

CInk.Renderer()

renderer.render()

renderer.shutAndDispose()

renderer.MAX_THREADS

renderer.GLOBAL_SCALE

CInk.compileAndRun()

CInk.resetCompileAndRun()

CInk.resetAndRun()

What's more?

Scout through the links on the navigation menu on the left.

  1. http://code.google.com/p/chromium/issues/detail?id=44017 (Chrome bug for stroke text)
  2. Learning CFDG2 (See CInk caveats: Paths gotcha)