<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Creative Coding on Arcanelab Blog</title><link>https://blog.arcanelab.com/tags/creative-coding/</link><description>Recent content in Creative Coding on Arcanelab Blog</description><generator>Hugo</generator><language>en-US</language><copyright>Zoltán Majoros</copyright><lastBuildDate>Mon, 05 Sep 2011 00:43:00 +0200</lastBuildDate><atom:link href="https://blog.arcanelab.com/tags/creative-coding/index.xml" rel="self" type="application/rss+xml"/><item><title>Flower - made in Processing Move mouse over the image to change parameters You can…</title><link>https://blog.arcanelab.com/2011/09/flower-made-in-processing-move-mouse-over-the-image-to/</link><pubDate>Mon, 05 Sep 2011 00:43:00 +0200</pubDate><guid>https://blog.arcanelab.com/2011/09/flower-made-in-processing-move-mouse-over-the-image-to/</guid><description>&lt;h1&gt;Flower - made in Processing&lt;/h1&gt;
&lt;p&gt;Move mouse over the image to change parameters&lt;br/&gt;&lt;/p&gt;
&lt;p&gt;You can download the binaries (Mac/Win) as well as the sources &lt;a href="https://github.com/arcanelab/Processing/zipball/master"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;source: (not so polished, but you get the idea)&lt;/p&gt;
&lt;pre&gt;int halfw;
int halfh;
&lt;p&gt;void setup()
{
size(480,350);
halfw = width/2;
halfh = height/2;
smooth();
}&lt;/p&gt;
&lt;p&gt;float d = 0.0;
float PICONST = 2 * PI / 380;&lt;/p&gt;
&lt;p&gt;void draw()
{
float szirom = 10;
float mouseXconst = (mouseX/(float)width);
background(0);
int i=0;
while(i&amp;lt;380&lt;em&gt;4&lt;/em&gt;mouseXconst)
{
float t = i&lt;em&gt;PICONST/4/mouseXconst;
float sint = sin(t);
float cost = cos(t);&lt;br/&gt;&lt;br/&gt; int r = cos(t&lt;/em&gt;1)&lt;em&gt;128+128;&lt;br/&gt; int g = sin(t&lt;/em&gt;3)&lt;em&gt;128+128;&lt;br/&gt; int b = sin(t&lt;/em&gt;2)*128+128;&lt;br/&gt; stroke(r,g,b,128);&lt;/p&gt;</description></item><item><title>Zajal - Sketching</title><link>https://blog.arcanelab.com/2011/08/zajal-sketching/</link><pubDate>Wed, 31 Aug 2011 13:01:00 +0200</pubDate><guid>https://blog.arcanelab.com/2011/08/zajal-sketching/</guid><description>&lt;div class="caption"&gt;&lt;p&gt;Short demo of Zajal&amp;rsquo;s live coding, graphics and export functionality.&lt;br/&gt;&lt;br/&gt; See more sketches at &lt;a target="_blank" href="http://sketch.zajal.cc/"&gt;sketch.zajal.cc&lt;/a&gt;&lt;br/&gt; Get the language at &lt;a target="_blank" href="http://zajal.cc/"&gt;zajal.cc&lt;/a&gt;&lt;/p&gt; &lt;/div&gt;</description></item><item><title>Polycode</title><link>https://blog.arcanelab.com/2011/06/polycode/</link><pubDate>Sat, 04 Jun 2011 14:10:00 +0200</pubDate><guid>https://blog.arcanelab.com/2011/06/polycode/</guid><description/></item><item><title>The creative Flash scene is amazing.</title><link>https://blog.arcanelab.com/2011/03/the-creative-flash-scene-is-amazing/</link><pubDate>Fri, 25 Mar 2011 22:58:00 +0100</pubDate><guid>https://blog.arcanelab.com/2011/03/the-creative-flash-scene-is-amazing/</guid><description>&lt;p&gt;&lt;object width="500" height="301"&gt;&lt;param name="movie" value="http://images.tv.adobe.com/swf/player.swf"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;param name="FlashVars" value="fileID=6950&amp;amp;context=546&amp;amp;embeded=true&amp;amp;environment=production"&gt;&lt;/param&gt;&lt;embed src="http://images.tv.adobe.com/swf/player.swf" flashvars="fileID=6950&amp;amp;context=546&amp;amp;embeded=true&amp;amp;environment=production" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="301"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;div class="caption"&gt;&lt;p&gt;The creative Flash scene is amazing. I really enjoy watching presentations from various Flash events to be inspired by the talented speakers.&lt;/p&gt;
&lt;p&gt;In the following weeks I&amp;rsquo;d like to share a couple of videos from such events with you. The first one is by &lt;a href="http://unitzeroone.com/blog/"&gt;Ralph Hauwert&lt;/a&gt;, presented at the Flash Camp Tokyo in 2010. I&amp;rsquo;m especially happy to see the demoscene mentioned in the video. The talk is titled &amp;ldquo;Skunkworks&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;Enjoy and be inspired!&lt;/p&gt;</description></item></channel></rss>