Fix loop to be more accuratly timed, and added custom ruby libs inclusion setup

This commit is contained in:
2026-05-20 17:30:38 +01:00
parent 1a337608f3
commit 7d48b226ab
11 changed files with 1117 additions and 27 deletions
+2 -2
View File
@@ -341,8 +341,8 @@ public:
// Time
uint64_t get_time(); // returns the time in milliseconds since the window was created
uint64_t delta_time(); // returns the time in milliseconds since the last render call
uint64_t get_time(); // returns the time in nanoseconds since the window was created
uint64_t delta_time(); // returns the time in nanoseconds since the last render call
private:
// internal data and functions