Is there a way that I can make a program like GLPaint using CGContext?
Posted
by Jaba
on Stack Overflow
See other posts from Stack Overflow
or by Jaba
Published on 2010-03-01T23:51:54Z
Indexed on
2010/04/01
15:33 UTC
Read the original article
Hit count: 268
I want to make a program similar to GLPaint using CGContext that is very smooth and easy to put images behind. I understand that GLPaint has no allowance for putting an Image behind the painting canvas, rather than having just a black one.
© Stack Overflow or respective owner