Info
Version: | 5.2.10-nightly.20241007 |
Author(s): | Allegro Developers |
Last Update: | Tuesday, October 8, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://liballeg.org/ |
NuGet Url: | https://www.nuget.org/packages/Allegro |
Install
Install-Package Allegro
dotnet add package Allegro
paket add Allegro
Allegro Download (Unzip the "nupkg" after downloading)
Dependencies
- AllegroDeps(>= 1.11.0 && <= 1.11.0)
Tags
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.