Allegro is a cross-platform library mainly aimed at video game and multimedia programming. It handles common, low-level tasks such as creating windows, accepting user input, loading data, drawing images, playing sounds, etc. and generally abstracting away the underlying platform. However, Allegro is not a game engine: you are free to design and structure your program as you like.
vcpkg install allegro5No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize Allegro, create a window, and display a black screen for 2 seconds
Link against additional Allegro addon targets like Allegro::Image, Allegro::Font, etc.
No dependency data recorded yet.
No resource links recorded.