Processing.js for Processing Devs: Difference between revisions

Jump to navigation Jump to search
Line 50: Line 50:
==3. Creating a Processing.js Web Page==
==3. Creating a Processing.js Web Page==


It's easy to get overwhelmed with the amount there is to learn about modern web technologies.  But there's a secret: you can ignore 95% of it as you start, and add more later as you have time and interest.  Unlike compilers or programming languages, web browsers are designed to accept almost any input you throw at them, whether valid or not, whether complete or not.  Here's your first Processing.js web page:
<pre>
  <script src="processing-0.9.7.min.js"></script>
  <canvas data-procesing-sources="hello-web.pde"></canvas>
</pre>




Confirmed users
656

edits

Navigation menu