Allegro is a cross-platform, open source, game programming library, primarily for C and C++ developers.
0
votes
3answers
123 views
How can I have multiple layers in my map array?
How do I load Levels in my game, as in Layer 1 would be Objects, Layer 2 would be Characters and so on. I only need 3 layers, and they will all be put on top of each other. i.e having a flower with a ...
1
vote
0answers
198 views
Full screen shader causes performance hit
I basically want to have a shader run that can do something like toon shading, or grayscale the whole screen, or radial lighting.
To do this, I create a new bitmap each time the display resizes that ...
-1
votes
0answers
27 views
Issues while making some kind of menu
I made this thing as a part of my program. Language is C++, with Allegro libraries. I want to make it do the next: when clicking, a border appears around one of the two rectangulars.
It happens, but ...