public marks

PUBLIC MARKS from sylvainulg with tag graphics

2019

2015

Dan Fessler | HD Index Painting in Photoshop

(via)
Nice way to get pixel art out of a graphic tablet, imho.

2013

2012

Bresenham

(via)
for(;;){ /* loop */ setPixel(x0,y0); if (x0==x1 AND y0==y1) break; e2 = 2*err; if (e2 >= dy) { err += dy; x0 += sx; } /* e_xy+e_x > 0 */ if (e2 <= dx) { err += dx; y0 += sy; } /* e_xy+e_y < 0 */ }

2010

Home / HasCanvas

(via)
For those who want to give Processing a try. Programming has never been so simple since ... C64's BASIC.

NDS/Tutorials/Captain Apathy/Tiling - Dev-Scene

(via)
let's see if I can have sprites translucent in the level editor.

2008

sylvainulg's TAGS related to tag graphics

alpha-blending +   animation +   blog +   coding +   documentation +   epub-me +   homebrew +   howto +   library +   linux +   news +   nintendods +   painting +   perl +   pixel art +   png +   processing +   programming +   prototype +   readme +   sprites +   starred +   tutorial +   web +   wiki +