Allegro.cc - Online Community

Allegro.cc Forums » Programming Questions » Anti-lasting

This thread is locked; no one can reply to it. rss feed Print
Anti-lasting
binary_brain
Member #16,810
February 2018

I'm writting an ordinary tetris implementation, to get along with Allegro. Yet I have to face a simple problem. I don't actually know how can I best implement anti-lasting. Since all I'm drowing are simple lines and rectangles I might just draw it on 2 (4) or even 4 (16) times bigger bitmap, but I hope there is a better way.

By the way I'm using Allegro5 on Linux.

Bruce Perry
Member #270
April 2000

You mean anti-aliasing!

There are some solutions to your problem here :)

--
Bruce "entheh" Perry [ Web site | DUMB | Set Up Us The Bomb !!! | Balls ]
Programming should be fun. That's why I hate C and C++.
The brxybrytl has you.

binary_brain
Member #16,810
February 2018

You're completely right! ;)

This happens to me quite often, though.

You probably saved me hours of looking this up, thanks!

PS. I think this topic should be removed to not confuse others.

Go to: