allegro_flare icon indicating copy to clipboard operation
allegro_flare copied to clipboard

Application toolkit for Allegro 5

Results 73 allegro_flare issues
Sort by recently updated
recently updated
newest added

This is a draft list of all the major refactors that are known. Most are quality of life. These features are not specific to the AllegroFlare project (partially in Blast...

`Interpolators` has a legacy namespace `interpolator` (old code till uses this old namespace). That's defined here: https://github.com/allegroflare/allegro_flare/blob/master/include/AllegroFlare/Interpolators.hpp#L85 This should be removed and updated throughout the system.

`TileMaps/TileMesh` does have a hold refresh feature for it's `vertex_buffer`, via `TileMesh::enable_holding_vertex_buffer_update_until_refresh()`.