User:Yoana Buzova/tech plan: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
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/>


Line 33: Line 6:


she is also VERY interested in learning to code (hopefully learns fast)
she is also VERY interested in learning to code (hopefully learns fast)
*Processing as a starting point ..?maybe
*Processing as a starting point ..?maybe...maybe not
*Python, because I really like Monthy Python's Flying Circus
*Python, because I really like Monthy Python's Flying Circus


Line 43: Line 16:
*Color ( good, good)
*Color ( good, good)
*Final Cut Pro (has some knowledge, but rather scarce)
*Final Cut Pro (has some knowledge, but rather scarce)
*Dragon stopmotion (very good, used it in 4-5 projs)
*Dragon stopmotion (very good)
*PureData (was in a small workshop, only got introduced and interested)
*PureData (was in a small workshop, only got introduced and interested)
*MAX (briefly acquainted)
*MAX (briefly acquainted)
  [[Category:Technical plan]] [[Category: 2012/2013]]
  [[Category:Technical plan]] [[Category: 2012/2013]]

Latest revision as of 12:40, 28 October 2012

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...maybe not
  • 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)
  • PureData (was in a small workshop, only got introduced and interested)
  • MAX (briefly acquainted)