Related Posts
Episodio 0058 – Cumpliendo un año
Download en mp3 | Suscribete GRATIS a este podcast | Skypeanos Este es el mes de los cumpleaños, este podcast cumplio 1 año la semana pasada, wedoit4you.com cumplio ayer 25 de abril 5 años de estar en linea, y la Nany cumple años tambien hoy 26 de abril. Por ello te traemos una edicion de […]
Mael Santiago: Venezuelan Prodigy Teen Animator
Mael Santiago, from Caracas Venezuela is only 16 years old and can already demonstrate amazing skill and creativity in concept, direction, film, edition, post production, music composition and 3d animation, here’s his Short Film titled “Sausaguy” (completly created by him, only 16 years old!) Here’s the making of Sausaguy He also made the intro animation […]
Playing with basics of HTML5 Canvas
Here’s a snippet of something I did tonight to play a bit with the Canvas and 2d Graphics context objects in javascript. [html] <html> <head> <title>Playing with Canvas</title> </head> <body style="padding:0 0; margin: 0 0; background:black"> <canvas id="myCanvas" width="1024" height="1024" ></canvas> <script type="text/javascript"> //convert to CSS friendly Hex String function d2h (n) { var result […]