No Description

Beoran b790bc13aa Add module. 5 years ago
al be7a9edfcb Change some names and convert to a package. 5 years ago
bin 940012e93a Keep pkg and bin dirs. 11 years ago
mainthread be7a9edfcb Change some names and convert to a package. 5 years ago
tool be7a9edfcb Change some names and convert to a package. 5 years ago
.gitignore 0e03898b76 Initial commit 11 years ago
README.md 6f2da58f6a Update for current version of ALlegro and add more tests. 6 years ago
go.mod b790bc13aa Add module. 5 years ago

README.md

algo

Go language binding to Allegro 5.2.x (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.

This wrapper is licensed for free use under the MIT license.