Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
tus88
on Dec 15, 2019
|
parent
|
context
|
favorite
| on:
Challenging projects every programmer should try
> First, you'll have to learn to draw to the screen. I had no idea how this worked. You are actually clearing the screen then drawing each portion of the screen in rapid succession, many times a second, to create the effect that objects are moving.
Not if you're double buffering you aint.
tydok
on Dec 15, 2019
[–]
We use double buffering to avoid flickering, but still we have to clear the back buffers.
Join us for
AI Startup School
this June 16-17 in San Francisco!
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Not if you're double buffering you aint.