sketch upload to blog
in
Processing with Other Languages
•
3 months ago
hi,
I recently started using processing and I really would love to share some of my work on my blog.
Unfortunately, eventhough I tried to follow some advices I found online I can't manage to get it right..
I don't know if it's relevant, but I am using the gandi blog:
http://en.gandi.net/hosting/blog
I've tried to put this simple code into a new blog entry like this:
<script language="javascript" src"http://github.com/jeresig/processing-js/raw/master/examples/init.js"> </script>
<script language ="javascript" src = "http://github.com/jeresig/processing-js/raw/master/processing.js"></script>
<script type="application processing">
void setup()
{ size(200, 200);
background(100);
stroke(255);
ellipse(50, 50, 25, 25);
}
</script><canvas width="200px" height="200px"></canvas.
but all I've got published was the code, not the sketch :/
I hope someone can help me here :)
best regards,
N.
1