Announcing Allegro++, a modern C++ wrapper for the Allegro game library #1628
eduardoaguiar-oss
started this conversation in
Show and tell
Replies: 1 comment
-
Nice job! Feel free to send a PR to add a reference to this on Allegro's webpage, here's an example change: liballeg/allegrowww2@22ac69c |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Allegro++: A C++ Wrapper for Allegro Game Programming Library v5
Allegro++ provides an object-oriented C++ interface to the Allegro game library, combining Allegro's capabilities with modern C++ resource management. The wrapper handles initialization automatically when objects are created, eliminating manual setup.
Key Features:
bitmap
,display
,font
keyboard
,mouse
sample
timer
event_source
,event_queue
License:
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 2.1.
Source & Documentation:
https://github.com/eduardoaguiar-oss/allegropp
Contributions and feedback are welcome within the framework of the LGPL v2.1 license.
All the best,
Eduardo Aguiar
Beta Was this translation helpful? Give feedback.
All reactions