issues
search
stuarthayhurst
/
ammonite-engine
A simple OpenGL based graphics engine for experiments
MIT License
3
stars
1
forks
source link
Investigate timer precision
#25
Closed
stuarthayhurst
closed
4 months ago
stuarthayhurst
commented
5 months ago
Perhaps it's worth using integers to represent the time internally, and then allow requesting it as either an integer or a double
Make sure appropriate types and sizes are used, as explicitly as possible
stuarthayhurst
commented
4 months ago
Working on
nanosecond-timers