lethal-guitar / RigelEngine

A modern re-implementation of the classic DOS game Duke Nukem II
GNU General Public License v2.0
914 stars 60 forks source link

Make the smooth scrolling option affect the radar view #834

Closed Calinou closed 8 months ago

Calinou commented 2 years ago

Right now, the smooth scrolling option does not affect the radar view, which still updates at 15 FPS. While this does not always result in visible jittering, jumping objects can travel more than one tile per game tick. In this case, interpolation would be beneficial to improve smoothness, even on a 60 Hz monitor.

This is arguably very low priority, but it'd be nice to have to further polish the experience.

lethal-guitar commented 2 years ago

Totally! 👍🏻 I'll give it a look next time I'm working on smooth scrolling, thanks!