Anthony
Anthony
on the safari auto playback issue, it sounds like we should create a seperate issue for that and we will try and work through it. For the audio.play, i'd need...
sounds good
> do we want to make all of the UI elements in the Canvas? This is a good question. I mulled it over for a while (a while back). I...
If we were to copy an existing API, the obvious candidates are Windows or Mac. Although the Amiga would be cool (at least for me). It is probably also fine...
> Either way, I still think an off-screen canvas should be used for each application/window yes, i agree. Something along the lines you are thinking makes sense. Here are some...
also is this line needed in pong makefile? `rm -f *.o`
I think it's fine for smaller projects to put the `.o` files in the project root. in some examples that had more files, i started to use an `out `folder...
My friend ChatGPT say: https://chatgpt.com/c/66fefe05-d62c-800a-89bf-67886fbf187f
as we discussed, i think the best thing is to add something like `d2d_resize_canvas` (or probably an `io_resize `type call that operates on the `twrConCanvas`.) See `io_setfocus `for something roughy...
we'll, if we decide to add a "resize" option (as opposed to delete and recreate), then there are a few options. You can see that I added `twrConSetFocus ` to...