8pendoodle 中文文档教程
8pen Doodle
此存储库包含与 8pen Doodle 相关的代码 博客文章。 它描述了一种模拟在 8pen 上绘制单词并将其复制为 SVG 绘图的方法。 如需实时版本,请查看 8pen Doodle。
内容如下:
doodle.coffee
: the CoffeeScript file containing the simulationdoodle.js
: the compiled simulation codevendor/seedrandom.js
: a library to seed the random generator for consistent resultsindex.html
: an example page containing an 8pen Doodle
8pen Doodle
This repository contains code relating to the 8pen Doodle blog post. It describes a way to simulate the drawing of a word on the 8pen and replicate it as an SVG drawing. For a live version, check out the 8pen Doodle.
The content is as follows:
doodle.coffee
: the CoffeeScript file containing the simulationdoodle.js
: the compiled simulation codevendor/seedrandom.js
: a library to seed the random generator for consistent resultsindex.html
: an example page containing an 8pen Doodle