Immediate-Mode-UI / Nuklear

A single-header ANSI C immediate mode cross-platform GUI library
https://immediate-mode-ui.github.io/Nuklear/doc/index.html
8.87k stars 536 forks source link

Add `delta_time_seconds` to each renderer #627

Open RobLoach opened 3 months ago

RobLoach commented 3 months ago

The Nuklear context has a delta_time_seconds float which is meant to house the change in time between frames in seconds. None of the renderers currently implement this functionality and it's assumed that the application would handle that.

I propose we have delta_time_seconds get implemented across each renderer that can handle it.