darkf / darkfo

DarkFO, a post-nuclear RPG remake (of Fallout 2)
Apache License 2.0
135 stars 12 forks source link

See if rendering roof/floor tilemaps to a single sprite is faster than drawing each tile each frame #125

Open darkf opened 6 years ago

darkf commented 6 years ago

It should be quite a bit faster, especially if we only render subrectangles of the full bitmap. From the profiler, quite a lot of time overall is spent rendering the floors in unlit mode.