Thursday 25 March 2010

Work/Processing Sketch 2.0

This post will be what I missed from the old topics: Mainly Keypressing and Randomisation sketches, Enjoy because this is the final post!! :D But I will return!! With more processing goodies in a few months, and I will be making hands on tutorials with people who would like to use processing in their work! Woop Woop :D

Red Square - Push Backspace

Red Line - Push Backspace

3D IM Randomised - AWeSOME :D

.:Kenty:.

Work/Processing Sketch 1.9


Pointilism!! Woop :D Youll get the idea when you see the examples ;) Go on take a gander!!

... Yeah thats me getting drinking. I do it good.

Pointilism 1 - Uses Squares

Pointilism 2 - Uses Ovals

.:KentY:

Work/Processing Sketch 1.8


Now this I can really get my teeth into!! 2D to 3D Image Mapping!! :D

.. Ok basically it takes the color data from each pixel in an image and then raises it up onto a z axis so it appears to be jumping off the page! Neato :D

And there are 3 of them!!

3D IM 1 - Shows how it uses color to seperate the cells

3D IM 2 - Added a border to the cells and made them smaller

3D IM 3 - Made the cells larger and uses saturation instead of brightness to seperate data

.:KentY:.

Work/Processing Sketch 1.7


RAAAAAAAAVE!!!!! :D

.. no :D *shot* For loops and Randomisation

Rave

.:KentY:.

Work/Processing Sketch 1.6


A static sketch for a logo! I kinda like its simplicity :) I left the grid lines on so you could see how I built it up

Triage

(Name and Company copyright A Kent 2010) :D

.: KentY :.

Work/Processing Sketch 1.5

Rollover! I actually had a hard time getting them to work so I had to just stick with this simple one :( Maybe Ill get the hang of them later

RollOver

.:KentY:.

Thursday 4 March 2010

Work/Processing Sketch 1.4


GridEye is watching you ... Creepy D:

GridEye

Its a bit slow cos it requires a contraint and the for looping grid is causing to it be slow on some machines, give it a minute :O

.:KentY:.

Monday 1 March 2010

Work/Processing Sketch 1.3



SPACE TRAAAAVEL ZOOOOOOOOOOOOOM!!!!! :D


Created using FOR loops

.:KentY:.

Wednesday 17 February 2010

Work/Processing Sketch 1.2



Two works! Using newly learnt (and VERY useful) material :D Classes and Arrays!!

Scribble



Use shift on the "FireFlies" sketch to refresh the it.

Arrays are simply lists of 'objects' you want to call in a certain order. Like a shopping list. Or a register. Classes allows you to create copies of an object and allows you to change its properties. The same goes for Arrays. I will explain everything in more detail next time, when I understand it more :P

.:KentY:.

Tuesday 9 February 2010

Work/Processing Sketch 1.1


Just some fun Im having with bouncing sketches!! :D The object reaches the edge of the screen and then bounces back. The idea is that if the object reaches the edge of the canvas it times the speed with a negative value to make it travel backwards and vice versa...
If you havent guessed yet, I kinda like Mario themed sketches :P

Bouncing Star

Bouncing Mushroom

.:KentY:.

Monday 8 February 2010

Work/Processing Sketch 1.0



Reached the 10 sketch mark!! And this one has two apps to play with! :D

Mario Snake

Non-Opaque Snake

I modified Non-Opaque Snake into Mario Snake. The principle is simple really. as each object nears the mouse its speed is reduced half each time!! By working out the value of the mouseX it can calculate the distance between that and the object and half that distance making it slower the closer the object gets! Cool eh? :D

I like these quite alot.

.:KentY:.

Sunday 7 February 2010

Work/Processing Sketch 0.9



This sketch uses transparents PNGS and variables with conditionals!!

Piping Illusion

The sprites used I found on the Spriters Resource and were ripped by Viiper.
I simply enlarged them and made them transparent. I will be experimenting with images some more later on, meanwhile enjoy the shrroomness!!! :D

Wednesday 3 February 2010

Work/Processing Sketch 0.8


This one is a variable and keyPressed sketch! :D

Use the "r", "g" and "b" keys to change the color of the "?'s". They will continue to generate randomly until the "BACKSPACE" key is pressed, this will clear the canvas:


Enjoy the WEIRDNESS!!!

.:KentY:.


Tuesday 2 February 2010

Work/Processing Sketch 0.7




So we learned how to use keys to manipulate variables in processing :D

Use the Arrow Keys to paint ^ v < > and the SHIFT key to clear the canvas, be warned that the position of the shapes will remain in the place you last left them. Here it is:


Enjoy :D

.:KentY:.

Monday 1 February 2010

Work/Processing Sketch 0.6



Using variables and mouse X and Y :) I used code from here to help me: Source

Type Following

Its my name but you can put any kind of text in there, play around with it yourself :D

.:KentY:.

Monday 25 January 2010

Work/Processing Sketch 0.5


Im in class right now, messing with variables. They are soooo useful :D

Flowering Variables - Press any key to refresh the sketch!

This is both a mouse reactive and variable sketch!! It draws ellipses of various sizes and colours in the blink of an eye! I used the float function and random function together to create rapidly changing numbers. I then applied these changing numbers to the size, color, and alpha values. As a result they constantly change! Apply this to the mouseX and mouseY of the ellipse and away ya go!!! Thats all for now, more to come soon :)

.:KentY:.

Sunday 24 January 2010

Work/Processing Sketch 0.4


This one is a mouse reactive sketch! Its soooo much fun to paint with :D

Rainbow Touch

-Press any key to clear the canvas!
-Move the mouse around to create lines, the faster you move the mouse the less lines drawn!

I know some people have already done this but I figured this one out on my own so Im kinda proud :3 But Im gonna think of new things to do so keep your eyes peeled!

Tip: If you create ellipses and swirlies it creates a very nice overlay effect :)

.:KentY:.

Saturday 23 January 2010

Work/Processing Sketch 0.3


Another processing sketch! Inspired by my new phone charm :D

QuestionBlock


Its simple, but I like. Plus its late. Thats it for today. More fun to come tommorow :)

.:KentY:.

Work/Processing Sketch 0.2


So heres my second drawing sketch in processing:

Phoney


Isnt he cute? :3 heres the original sketch : Phoney Sketch

Lol

If you look in the source code, I used all sorts of shapes and objects, I think Im getting better with using text as well, you have to manually space text apart using X and Y in the text (); function; otherwise text will appear on top of each other. That makes sense though. Also the screen of the phone has an alpha fill, cos I couldnt get the right effect with just colours so I used that :) Oh oh, and the little purple blocks are suppose to be sound waves. They were drawn using the quad (); function ...

Uh well its still just a simple sketch. I have some mouse reactive drawings that people will love :) Ill upload them as soon as Im finished making them pretty ...

Peace out

.:KentY:.

Thursday 21 January 2010

Complexification

Check out the amazing work on this website :

Complexification

Most notably "Node Garden" and "Orbitals B"

More processing work will be uploaded by the weekend

.:KentY:.

Wednesday 13 January 2010

Work/Processing Sketch 0.1

Cant believe Im having trouble uploading my work to the server. Is anyone else not able to see their work? Its annoying. And Iv doubled checked they are uploaded. They are. They just will not show. Grrr. Anyway ... I used my freewebs as a temporary solution. So heres my first foray into Processing:

OrangeVinyl

Critique would be appreciated muchly :)

The Special K

Monday 11 January 2010

Gotta call it something ...

Damn the bloody mess I had making this with all the different names taken and stuff. Its too bloody easy to make multiple accounts on here. Oh well ... Oh hello ... I do apologise for my rant. Not very good for my first blog post I know. Well Im Andrew. And the TheOrangeBox is my canvas. So to speak. Actually the reason I choose that as a blog name is because of my related deviantart account here : www.theorangebox.deviantart.com

Well Im here to do several things. To make a sketchbook of my artworks. Some of it for my uni course criteria, other works not so much. But Im also hoping to make friends and share ideas and dreams with new people :D Why the heck not?! I love meeting new people so drop me a line (no pickup lines though please) ... So ... Okay now Im stuck for words. Which is bad since this site is all about words ... Tell you what. Ask me stuff and Ill answer it best I can. Nothing too personal. In the meantime I shall try update my likes and dislikes and all that crap.

Remember to drop me a line and Ill answer some questions ya may have about my artwork (when I get round to posting some haha) or anything else that youre curious about :)

Take care .:KentY:.