allegro_flare
allegro_flare copied to clipboard
Application toolkit for Allegro 5
Some items mentioned in https://github.com/allegroflare/allegro_flare/pull/221 need to be completed. Specifically: - [ ] DialogBoxes system has not been vetted to know how it would work in conjunction with Windowing or...
Right now, all sound effects and music are managed with the `AudioController`. `AudioController` works in the following way: ## `AudioController` Assumptions * **Music** - Only one music track plays at...
From https://github.com/allegroflare/allegro_flare/pull/223 ## Items are: - Clarified use case of how script commands and script data will be injected or extended into the prototype. - Support for multiple rooms -...
Are `Elements/` specifically a small piece of code that will also have an ElementID and Attributes? Or is it a more rudimentary piece (possibly called `Rudiments/`)?
Currently, each named object in a `Model3D` is drawn individually with a single call. Aligning the data structures so that all similar objects (having the same texture, using the same...
## Problem Currently, all translations are in a single file. This could become a bit messy, so some decisions need to be made about how to simplify the complexity and...
Right now, there isn't a clear strategy on how to customize fonts in the different `Elements`. Specifically, [`Elements/Stopwatch`](https://github.com/allegroflare/allegro_flare/blob/master/quintessence/AllegroFlare/Elements/Stopwatch.q.yml) and [`Elements/Text`](https://github.com/allegroflare/allegro_flare/blob/master/quintessence/AllegroFlare/Elements/Text.q.yml), both of which require you to pass in a `FontBin`...
## What would a `flare` command line tool do? A `flare` command line tool would do some busy work that could otherwise be automated. Some examples: * Generate a new...
Should throw an exception with an error message rather than segfaulting.
Right now, there are only events to start them: https://github.com/allegroflare/allegro_flare/blob/5b221a5d4a2333247593ef5a8426c177d85da678/include/AllegroFlare/EventNames.hpp#L14-L15