Processing game doesin't work in my website -
Processing game doesin't work in my website -
this code. don't work, maybe cuz set librarys in processing game?(minim sound)
<!doctype html public "-//w3c//dtd xhtml 1.0 strict//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>my processing page</title> <script type="text/javascript" src="processing.js"></script> </head> <body> <canvas id="zaidimukas" data-processing-sources="zaidimukas.pde"/></canvas> </body> </html>
yes it's minim lib. check out post: exporting processing sketch sound javascript. says @ minim js lib: https://github.com/pomax/pjs-2d-game-engine/blob/master/minim.js. luck.
processing
Comments
Post a Comment