refactored resizing and stuff

This commit is contained in:
cqc
2022-12-11 18:25:57 -06:00
parent 7baa6f3648
commit a64fcbb010
3 changed files with 360 additions and 258 deletions

View File

@ -128,6 +128,7 @@ let _ =
async (fun () ->
render_stream canvas webgl_ctx vg
(fun vg ?(time = 0.) p i ->
let _ = time in
Log.debug (fun m ->
m "Drawing image: p=%a n=%a" Gg.V2.pp p
(I.Draw.pp ~attr:A.dark)