Nv7
Nv7
I was running it on my laptop with integrated graphics, that's probably why it was so slow
Will this library ever get support for big.Float?
I found that it does start working when you put it in a MacOS app bundle. I still feel like creating an app bundle every time I change something is...
No, the file loading dialog also does this. The only dialog that works is the saving dialog. But for some reason, these work when placed inside an App bundle.
Vanilla examples do work. I've run multiple Vulkan demos, and all of them work. I also don't have multiple GPUs on my system. My GPU is an Intel Iris Pro.
The input was 18,016 characters long. Thanks for the quick reply!
There are some other examples too, but this is the easiest one to reproduce.
I have this bootstrap modal: ```html Note Name Password (optional) Back Create ``` When the page re-renders, the modal disappears but leaves the page in a shadow. I found a...
I might be able to replicate bootstrap's changes, but I have some more complicated scripts that are causing complicated changes to the DOM which would be difficult to replicate, any...
You would use an EventEnv for that. You call Lock() whenever you change a variable and UnlockRender() when you are done changing the variable and ready to re-render.