{"library":"allegro5","type":"library","category":null,"description":"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.","language":"cpp","status":"active","version":"5.2.10.0","tags":["game-development","multimedia","graphics","audio","input"],"last_verified":"Wed Jun 17","install":[{"cmd":"vcpkg install allegro5","imports":["#include <allegro5/allegro.h>"]},{"cmd":"# CMakeLists.txt\nfind_package(allegro5 CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE Allegro::Allegro)","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}