Double buffering here refers to a technique used in many animation programs to prevent smear and artifacts. It basically requires you to create two separate memory areas: one is being displayed while the other is being drawn. When each frame drawing is completed the two buffers are swapped. This way you never see a partial drawing but always a complete frame.
Excuse me can you explain me what exactly is and how works a Double-Buffering?
Thanks you :)
dragondgold 9 months ago
Double buffering here refers to a technique used in many animation programs to prevent smear and artifacts. It basically requires you to create two separate memory areas: one is being displayed while the other is being drawn. When each frame drawing is completed the two buffers are swapped. This way you never see a partial drawing but always a complete frame.
luciodjs 6 months ago