allegro_flare
                                
                                
                                
                                    allegro_flare copied to clipboard
                            
                            
                            
                        Application toolkit for Allegro 5
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()`.