Няма описание

Beoran db12e447d6 Cleaning up the repo a bit. преди 7 години
bin 940012e93a Keep pkg and bin dirs. преди 12 години
pkg 940012e93a Keep pkg and bin dirs. преди 12 години
src db12e447d6 Cleaning up the repo a bit. преди 7 години
.gitignore 0e03898b76 Initial commit преди 12 години
README.md db12e447d6 Cleaning up the repo a bit. преди 7 години

README.md

algo

Go language binding to Allegro 5.1.5 (under construction).

It presents a more Go-like interface with OOP on most resources after they are created or loaded.

Most resources can be created or loaded in raw form, in which case Destroy() must be called on them, or with a finalizer set that calls Destroy automatically. It shoul be safe to call Destroy multiple times, and finalizers are not 100% reliable, so it is recommended to call the Destoy() method manually on any resource that isn't needed anymore.