[oden] Move graphics thread off main thread

So we can do frame pacing a little bit better maybe.
This commit is contained in:
John Doty 2023-06-30 16:54:16 -07:00
parent 26bfcc7a94
commit b1b97cee75
2 changed files with 79 additions and 106 deletions

View file

@ -23,4 +23,5 @@ export function draw() {
use_texture(the_texture);
spr((320 - 256) / 2, 0, 256, 240, 0, 0);
}
// print("FRAME TIME:", since_last_frame());
}