sketchpatch.net sketchpatch.net

sketchpatch.net

sketchPatch - The programming playground

Aka @SubtleMonster Gamer, movie maker, sketcher, coder.

http://www.sketchpatch.net/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR SKETCHPATCH.NET

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Wednesday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.1 out of 5 with 14 reviews
5 star
8
4 star
3
3 star
1
2 star
0
1 star
2

Hey there! Start your review of sketchpatch.net

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.2 seconds

CONTACTS AT SKETCHPATCH.NET

Davide Della Casa

Dray●●●●Park

13 Ashb●●●●●●●riangle

Lo●●on , UK, N5 1GB

United Kingdom

44.7●●●●0480
da●●●●●●@yahoo.com

View this contact

Davide Della Casa

18 A Cr●●●●●●● Street

Lo●●on , UK, N7 8PD

United Kingdom

44.7●●●●0480
da●●●●●●@yahoo.com

View this contact

Davide Della Casa

18 A Cr●●●●●●● Street

Lo●●on , UK, N7 8PD

United Kingdom

44.7●●●●0480
da●●●●●●@yahoo.com

View this contact

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

DOMAIN REGISTRATION INFORMATION

REGISTERED
2009 February 17
UPDATED
2014 March 31
EXPIRATION
EXPIRED REGISTER THIS DOMAIN

BUY YOUR DOMAIN

Network Solutions®

DOMAIN AGE

  • 16

    YEARS

  • 3

    MONTHS

  • 5

    DAYS

NAME SERVERS

1
ns19.domaincontrol.com
2
ns20.domaincontrol.com

REGISTRAR

GODADDY.COM, LLC

GODADDY.COM, LLC

WHOIS : whois.godaddy.com

REFERRED : http://registrar.godaddy.com

CONTENT

SCORE

6.2

PAGE TITLE
sketchPatch - The programming playground | sketchpatch.net Reviews
<META>
DESCRIPTION
Aka @SubtleMonster Gamer, movie maker, sketcher, coder.
<META>
KEYWORDS
1 most recent
2 reuben williamson
3 favourites
4 group login
5 coupons
6 reviews
7 scam
8 fraud
9 hoax
10 genuine
CONTENT
Page content here
KEYWORDS ON
PAGE
most recent,reuben williamson,favourites,group login
SERVER
Google Frontend
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

sketchPatch - The programming playground | sketchpatch.net Reviews

https://sketchpatch.net

Aka @SubtleMonster Gamer, movie maker, sketcher, coder.

SUBDOMAINS

blog.sketchpatch.net blog.sketchpatch.net

sketchPatch

SketchPatch is the programming playground at : http:/ www.sketchpatch.net. Creative Coding at Lambeth Academy. This April sketchPatch delivered the second of it’s Creative Coding Workshops for Generating Genius. Over the three days the students learned some of the basic principles of coding, and used it as a creative tool to develop art work and interactive animations. For most of the students this was the first time they had ever used computer code, but the standard of the work produced was fantastic.

INTERNAL PAGES

sketchpatch.net sketchpatch.net
1

sketchPatch

http://www.sketchpatch.net/view/jJBMeJum7VA

Monday, August 24, 2009. A&B Spiralling out of control. Background(0,255,0);. Fill(30,200,10,10);. Stroke(200, 10, 10);. Translate(sin(radians(i) * (i / 2) (width / 2), cos(radians(i) * (i / 2) (height/2) ;. Rect(0, 0, i%600, i%600);. A sketch based on A href=http:/ www.sketchpatch.net/view/E7N1OWhsfVR/ Hello World by subflux /A with even more rotating and some alpha blending. This sketch has a parent. Gradient, square, animation, rotating, alpha.

2

sketchPatch

http://www.sketchpatch.net/view/4y0SZzfUcDi

Sunday, May 31, 2009. Int sides = 7;. Int maxDepth = 3;. Float angle = radians(360/sides);. Float angle2 = angle/2;. Float sz = 48;. Size(600, 600);. Fill(0,0,0,3);. Int x = width/2;. Int y = height/2;. Void drawShape(int depth, int dir). For(int i = 0; i. Float sc = 1.0;. Float d = sz * sc * sin(angle2);. Translate(0,(sz d) * dir);. Scale(sc, sc);. DrawShape(depth 1, dir * -1);. Shapes drawn next to each other in a recursive function. This sketch has a parent.

3

sketchPatch

http://www.sketchpatch.net/view/46QbXrk14Pm

Saturday, June 06, 2009. And click "submit" when done. Int oldMouseX = 0;. Int oldMouseY = 0;. If (oldMouseX = mouseX & oldMouseY = mouseY){. Stroke(100 i%55 random(1,100), 100 i%55 random(1,100), 100 i%55 random(1,100) ;. Ellipse(0, 0, i%600, i%600);. OldMouseX = mouseX;. OldMouseY = mouseY;. Yeah baby, now the square moves where your mouse is. This sketch has a parent. Gradient, circle, animation.

4

sketchPatch

http://www.sketchpatch.net/view/UmCAqISj9dP

Monday, September 28, 2009. Throwing lines around v0. And click submit when done. Int frameCount = 0;. Fill(125,125,125,90);. Stroke(0,0,0,90);. Int x = sin(frameCount*2 2)* width/2;. Int y = cos(frameCount*3/2)* height/2;. Int xOld = sin( frameCount-10)*2 2)* width/2;. Int yOld = cos( frameCount-10)*3/2)* height/2;. Ellipse(x,y,2,2);. Ellipse(xOld,yOld,2,2);. Line(x,y,xOld,yOld);. This sketch has a parent.

5

sketchPatch

http://www.sketchpatch.net/view/5sdH0BnpJJw

Thursday, July 23, 2009. Int time START;. Float inc 01, inc 02, inc 03, inc 04;. Size(800, 600);. StartedCOUNTDOWN = false;. LastTime = 0;. CurrentFrame = 0;. CurrentSTATE = 1;. Frames = new PImage[24];. For (int i = 0; i. Frames[i] = get(); / Create a blank frame. Inc 01 = 0.0;. Inc 02 = 0.0;. Inc 03 = 0.0;. Inc 04 = 0.0;. Int currentTime = millis();. If (currentTime lastTime 30) {. LastTime = currentTime;. Inc 01 = (inc 01 0.5)%60;. Inc 02 = (inc 01 1)%200;. Inc 03 = (inc 01 0.1)%10;. CurrentSTATE = 1;.

UPGRADE TO PREMIUM TO VIEW 14 MORE

TOTAL PAGES IN THIS WEBSITE

19

LINKS TO THIS WEBSITE

blog.sketchpad.cc blog.sketchpad.cc

Posts - Sketchpad Blog

http://blog.sketchpad.cc/page3

October 21, 2010. On hover, shots fade to reveal a nice overlay. Very snazzy:. My goal for the new footer, besides trying to look half as good as dribbble, was to make the canvas itself - particularly when embedded in another site - into a good starting point for exploring Sketchpad. I hope you find this useful! Code beautiful on a sunny day. October 6, 2010. Motivated by a recent tweet. By John McLear, I fired up Lizs new Kindle. And pointed its Webkit-based browser at Sketchpad. September 28, 2010.

blog.sketchpatch.net blog.sketchpatch.net

sketchPatch : sketchPatch Creative Coding Workshops

http://blog.sketchpatch.net/post/34498350134/sketchpatch-creative-coding-workshops

SketchPatch is the programming playground at : http:/ www.sketchpatch.net. SketchPatch Creative Coding Workshops. This February (2012) sketchPatch partnered up with. To deliver our 3Day Creative Coding workshop and Expo to young people at. Crossways Sixth Form College. E spent three days working with the students to explore the basics of computer programming and developing projects in a creative context. In joint second place:. Who is now sketchPatch’s latest Featured Sketcher. Over the three days she ga...

blog.sketchpatch.net blog.sketchpatch.net

sketchPatch : Meet featured artist Ricardo Carvalho

http://blog.sketchpatch.net/post/34497324022/ricardo-carvalho

SketchPatch is the programming playground at : http:/ www.sketchpatch.net. Meet featured artist Ricardo Carvalho. As some of you might have spotted already, we are proud to welcome our second featured sketcher on the sketchPatch site: Ricardo Carvalho. You can check out his sketches here: http:/ www.sketchpatch.net/FS Ric.html. And see more of Ricardo’s work at his wicked site: http:/ www.sertik.com.

blog.sketchpatch.net blog.sketchpatch.net

sketchPatch : Ask me anything

http://blog.sketchpatch.net/ask

SketchPatch is the programming playground at : http:/ www.sketchpatch.net.

blog.sketchpad.cc blog.sketchpad.cc

What is this? - Sketchpad Blog

http://blog.sketchpad.cc/about

Aims to be a open studio for individuals learning to sketch beautiful code on the web canvas. Thats pretty vague. How about something more concrete. Was named after the two web technologies on which the application is built: the Sketch. TLD of the web address http:/ sketchpad.cc. Sketchpad is very much a work-in-progress, so please let me know what you think: your suggestions, feedback, bugs, and feature requests. Wrote on June 10, 2010. Good work guys =). Wrote on December 8, 2010. Best Etherpad reuse i...

blog.sketchpatch.net blog.sketchpatch.net

sketchPatch : Busy busy!

http://blog.sketchpatch.net/post/34498288972/busy-busy

SketchPatch is the programming playground at : http:/ www.sketchpatch.net. Well, we have been busy here at sketchPatch, not even had the time blog about all the stuff we’ve been up to since last year! So here is a quick update of our recent activities…. We exibited in the acclaimed exhibition Unleashed Devices. SketchPatch exhibited in London Design Festival, as part of the Victoria and Albert (V&A). Is a great project :) well worth it’s weight in gold! So a very big THANK YOU to them! They are raising m...

blog.sketchpatch.net blog.sketchpatch.net

sketchPatch : sketchPatch as far as Umea...

http://blog.sketchpatch.net/post/34498144215/sketchpatch-as-far-as-umea

SketchPatch is the programming playground at : http:/ www.sketchpatch.net. SketchPatch as far as Umea…. Earlier this month sketchPatch went about as far north as you can get to take part in the Open Source Embroidery Exhibition. 6th June - 6th Sept). Its a really interesting exhibition that includes work and projects exploring “. Participatory production and distribution methods.”. Umea is a town in Sweden about 8hrs by train north of Stockholm, and has 24hr daylight/twilight!

toplap.org toplap.org

Credits | TOPLAP

http://toplap.org/credits

About Live Coding and TOPLAP. TOPLAP wiki (manifesto, software, etc). Suggest a link / contact. Other tweets about livecoding. Horseradish remedies priligy uk. And Juan A, Romero. Get in contact if you’d like to contribute! Design: Davide della Casa. TOPLAP has been generously funded by the PRS Foundation. And by an AHRC. Digital Transformations grant as part of the Live Notation. Leave a Reply Cancel reply.

sophiemcdonald.me.uk sophiemcdonald.me.uk

art works

http://sophiemcdonald.me.uk/project_menu.htm

SketchPatch is an online visual art computer-programming playground. We run workshops and games for education and fun! Watch the workshop outcomes from COLA-I ArtsFest in association with the Barbican. SketchPatch is an online visual art computer-programming playground for coders, artists and designers to create drawings or animations that can be easily shared and modified, by sharing and exchanging code openly. Developed in collaboration with co-founder Davide Della Casa. Two screen video installation.

UPGRADE TO PREMIUM TO VIEW 26 MORE

TOTAL LINKS TO THIS WEBSITE

35

SOCIAL ENGAGEMENT



OTHER SITES

sketchparty.tv sketchparty.tv

SketchParty TV | Apple TV Party Game

SketchParty TV - Pictionary for Apple TV iPad! Available on the App Store. The fun drawing-and-guessing party game for Apple TV! Is a high-tech drawing game. That plays a bit like Pictionary. It's great for parties or family-get-togethers, and even for teaching vocabulary or just about any subject in the classroom. ABC TUAW TechCrunch Touch Arcade The Loop GottaBeMobile 148Apps. Works with Apple TV. You can turn your HDTV into a Wifi drawing canvas (and super fun, high-tech party game). IPad mini 2 or 3.

sketchpatch.net sketchpatch.net

sketchPatch - The programming playground

Aka @SubtleMonster Gamer, movie maker, sketcher, coder.

sketchpause.blogspot.com sketchpause.blogspot.com

SKETCHPAUSE - illustrations

Welcome to my blog! Here you can find illustrations, drawings, character sketches and doodles just for fun. thank you for stopping by! Az illusztrációk mellett rajzok, karaktervázlatok és mindenféle firkák is fellelhetők itt. köszönöm, hogy benéztél! View my complete profile. Sur le site de Ricochet. Az Illatok és Hangok Őrzője. Ki ette meg a málnát? Ki ette meg a málnát? Maros Krisztina: Egy pöttyös nap (Kamishibai). Krisztina Maros: Salut petit pois! Ringató – Gróh Ilona válogatása. Gróh Ilona válogatá...

sketchpaw46.deviantart.com sketchpaw46.deviantart.com

Sketchpaw46 - DeviantArt

Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')" class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Join DeviantArt for FREE. Forgot Password or Username? Digital Art / Hobbyist. Deviant for 4 Years. This deviant's full pageview. Last Visit: 3 weeks ago. By moving, adding and personalizing widgets.

sketchpaw8.deviantart.com sketchpaw8.deviantart.com

SketchPaw8 - DeviantArt

Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')" class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Join DeviantArt for FREE. Forgot Password or Username? Digital Art / Hobbyist. Deviant for 11 Months. This deviant's full pageview. Last Visit: 9 hours ago. You can drag and drop to rearrange. Thing...

sketchpd.deviantart.com sketchpd.deviantart.com

SketchPD - DeviantArt

Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')" class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Join DeviantArt for FREE. Forgot Password or Username? This isn't even my final feel. Traditional Art / Hobbyist. Deviant for 6 Months. This deviant's full pageview. Last Visit: 3 hours ago. Has sta...