captainbuckkets
Deno SDL2 Default Text Render Example (FFI problem w 1.29)
I did the encode and it did remove the null character but I see that as a serious concern. How then, can one draw font without those characters in a cross platform way? Also it did kinda seem that playing with the encoding of the test made the color application not stick to the font consistently
25 replies
Deno SDL2 Default Text Render Example (FFI problem w 1.29)
Tried casting color and the pointer to BigInt and tried using TextEncoder but no change
https://stackoverflow.com/questions/61813646/whats-deno-equivalent-of-node-js-buffer-fromstring
25 replies
Deno SDL2 Default Text Render Example (FFI problem w 1.29)
Could be either the this[_raw] or the Color since that might be being passed in as a pointer. Casting both using the asCString did not fix, nor did changing the type expectations in the relevant section
25 replies