User:Yoana Buzova/tech plan: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 1: Line 1:
<script>
function draw(){
c = document.getElementById('c')
console.log("I dont want the letter C")
console.log(c)
p = c.getContext('2d')
x = Math.random()*200
y = Math.random()*200
while(x<300){
p.setStrokeColor("#560929")
p.strokeRect(x,y,30,30)
x +=10+x/100
}
p.setFillColor("#33FF00")
p.fillRect(60,60,80,100)
//p.setFillColor("#0000FF")
//p.fillRect(30,50,90,90)
//p.strokeRect(70,70,100,100)
//p.strokeRect(140,140,100,100)
//p.strokeRect(70,70,100,100)
//p.strokeRect(70,70,100,100)
}
</script>
<body onclick="draw()">
<h2>SHEEPandFOOD</h2>
<canvas id="c" width="300" height="300" style="border: 3px dotted pink"></canvas>
'''yoana WANTs TO learn about…:'''<br/>
'''yoana WANTs TO learn about…:'''<br/>



Revision as of 17:53, 24 September 2012

<script> function draw(){ c = document.getElementById('c') console.log("I dont want the letter C") console.log(c) p = c.getContext('2d') x = Math.random()*200 y = Math.random()*200 while(x<300){ p.setStrokeColor("#560929") p.strokeRect(x,y,30,30) x +=10+x/100 } p.setFillColor("#33FF00") p.fillRect(60,60,80,100) //p.setFillColor("#0000FF") //p.fillRect(30,50,90,90) //p.strokeRect(70,70,100,100) //p.strokeRect(140,140,100,100) //p.strokeRect(70,70,100,100) //p.strokeRect(70,70,100,100) } </script> <body onclick="draw()">

SHEEPandFOOD

<canvas id="c" width="300" height="300" style="border: 3px dotted pink"></canvas>

yoana WANTs TO learn about…:

  • DaVinci Resolve and other professional color grading systems…
  • After Effects and post production tools and techniques
  • 3D software - Cinema4D … or blender

she is also VERY interested in learning to code (hopefully learns fast)

  • Processing as a starting point ..?maybe
  • Python, because I really like Monthy Python's Flying Circus

she KNOWS ….:

  • classic B&W photography…(sufficient experience)
  • digital photography + manipulation ( more specific----worked as a retoucher)
  • Photoshop, Illustrator (mmgood)
  • Color ( good, good)
  • Final Cut Pro (has some knowledge, but rather scarce)
  • Dragon stopmotion (very good, used it in 4-5 projs)
  • PureData (was in a small workshop, only got introduced and interested)
  • MAX (briefly acquainted)