摘要: processing程序如何在web上运行。首先要在HTML页面中首先需要引入processingjs的库<script type="text/javascript" src="processing-1.3.0.js"></script> 之后就可以引入并执行processing程序了,通过上面的js库就可以将其在canvas中画出来。方法一,使用canvas本身:1. processing程序写好后保存为pde后缀的文件。2. 要让图形在canvas中绘制出来,必须给canvas标签加入一个特定的属性 data-processi 阅读全文
posted @ 2011-09-20 22:48 chenmouren 阅读(3764) 评论(1) 推荐(0)
摘要: Processing is an open source programming language and environment for people who want to create images, animations, and interactions. Initially developed to serve as a software sketchbook and to teach fundamentals of computer programming within a visual context, Processing also has evolved into a to 阅读全文
posted @ 2011-09-20 22:27 chenmouren 阅读(2875) 评论(0) 推荐(0)