Sander Mertens
Sander Mertens
Objects are being memory managed using reference counting. When an object reaches reference count zero it will be destructed. The current approach has however some issues. First and foremost cycles...
Hi, I was trying to use mipmapped images with render targets & noticed that mipmaps aren't generated for those. I was able to make it work by adding this snippet:...
Hey! I just tried to embed a canvas inside a web app that has a few other widgets that need keyboard input, but noticed that all keyboard inputs are intercepted...
Possible solution for https://github.com/floooh/sokol/issues/800 After loading the module you can call this function to enable/disable keyboard event capture: ```js Module.sokol_capture_keyboard_events(false); ```
From this discussion: https://discord.com/channels/633826290415435777/633826290415435781/875634524082561055 Currently links are generated in markdown documents for each symbol in the API, but if those symbols have commonly used worlds (such as "this") this causes...
From this discussion: https://discord.com/channels/633826290415435777/875634524082561055/875651520673239091 Would be nice if switching between languages would happen for all code snippets, so you wouldn't have to keep clicking around on a page with lots...