Top "Drawing" questions

Issues around forms and graphics being drawn onto a computer screen, windowing system or device

C# fast pixel rendering

I'm developing depth processing (Xbox Kinect, Asus Xtion, etc) applications using OpenNI. I need a really simple and fast way …

c# graphics drawing rendering kinect
Lines with easelJS using Ticker

I started learning html5 and easelJS two days ago, and I'm working on a game. Now I ran into some …

html drawing html5-canvas easeljs ticker
Drawing a rectangle on top of a AVCaptureVideoPreviewLayer, possible?

I've been banging my head on this for a few days now. I want to draw a rectangle on top …

ios drawing camera iphone-4
Flex: drawing a connector line between shapes

I am building a diagramming tool using Adobe Flex 3. I am about to implement connector lines and I have a …

apache-flex actionscript-3 drawing connector
I need a pixel-perfect triangle fill algorithm to avoid aliasing artifacts

I'm assisting someone with user interface code to visualise a mathematical image analysis. During this process we'll be segmenting part …

c graphics drawing drawing2d
How to draw anti aliased lines in OpenGL ES 2.0?

I am trying to draw some contours that I have stored as vertex arrays: typedef struct { float* vertices; int nrPoints; }…

opengl-es drawing opengl-es-2.0 antialiasing contour
How to fill a square with smaller squares/rectangles?

In my office at work, we are not allowed to paint the walls, so I have decided to frame out …

c# algorithm drawing
Delphi - Drawing to the canvas of a selected cell in a string grid - possible?

I want to draw on the canvas of a cell in a string grid. This is going to be on …

image delphi canvas drawing tstringgrid
Drawing smooth lines with canvas

So far none of the threads here on smooth lines are correct. how to draw smooth curve through N points …

javascript canvas drawing bezier smoothing
Draw over controls in Delphi form

How can I draw something on the Forms canvas and over controls on the Form? I try the following: procedure …

delphi drawing custom-draw