Pascal bindings that allow you to use Allegro and other useful libraries with Delphi.
- Allegro (https://github.com/liballeg/allegro5)
- minizip (https://github.com/madler/zlib)
- Windows 10+ (64 bits)
- Delphi Community Edition (Win64 platform only)
You simply add Allegro
to your uses section and everything will be linked in your executable, ready for use with no DLLs to maintain. You will have direct access to all the aforementioned libraries.