GMU:Wild Type/Vanya Gercheva: Difference between revisions

From Medien Wiki
No edit summary
No edit summary
Line 1: Line 1:
Homework: Create A Letter With Processing!
==Homework: Create A Letter With Processing!
Date:29.10.2015
Date:29.10.2015==


*unfortunately I can't get it how to upload the files on OpenProcessing, it's too slow...
*unfortunately I can't get it how to upload the files on OpenProcessing, it's too slow...
Line 34: Line 34:
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
My personal favourite, made just for fun: everything you can imagine, lines, arcs, ellipses.. but the code is too long for a screenshot.. RAWR!
My personal favourite, made just for fun: everything you can imagine, lines, arcs, ellipses.. but the code is too long for a screenshot.. RAWR!
==Homework2: Create A Font
Date:19.11.2015==
==Part 1: Create a font using Fontastic==
I created the font 'Write me a snake', which, obviously, uses parts of snake's body to write a whole one. Anyway, it doesnt use all the keys, and every from the keys used has a certain symbol. Here is the legend for the keys and a test screenshot, you can see the code on [https://github.com/Vani4ka/Wild-Type-WS15-16/tree/master/Snakes GitHub]

Revision as of 11:36, 19 November 2015

==Homework: Create A Letter With Processing! Date:29.10.2015==

  • unfortunately I can't get it how to upload the files on OpenProcessing, it's too slow...

First attempt: Letter V

V abgabe1.png

V abgabe.png







Letter V made of three lines and a filled rhomboid + code screenshot

Second attempt: Letter f

F abgabe2.png

F code.png




Okay, here a bit more creative: small f made of two rhomboids and two half-closed arcs. Light background, dark red letter + code, of course

Third attempt (it's getting pretty serious): Letter A

A abgabe.png

A code.png



Okay, here is a letter A, made of bezier curves, arcs and lines, strokes with different weights and... green! + code

And last, but not least Fourth attempt: Letter C

C abgabe.png



















My personal favourite, made just for fun: everything you can imagine, lines, arcs, ellipses.. but the code is too long for a screenshot.. RAWR!

==Homework2: Create A Font Date:19.11.2015==

Part 1: Create a font using Fontastic

I created the font 'Write me a snake', which, obviously, uses parts of snake's body to write a whole one. Anyway, it doesnt use all the keys, and every from the keys used has a certain symbol. Here is the legend for the keys and a test screenshot, you can see the code on GitHub