| website | https://www.willusher.io/ |
| GitHub | https://github.com/Twinklebear/ |
| website | https://www.willusher.io/ |
| GitHub | https://github.com/Twinklebear/ |
I wrote about using CMake, VSCode and wasm-tools to build/ship/debug a C++ #Wasm module that integrates into a larger frontend app: https://www.willusher.io/blog/build-ship-debug-wasm/ Set breakpoints, inspect variables, and reconstruct stack traces from prod! Tell me about cool stuff you're doing with Wasm!
The repo demo code is on Github: https://github.com/Twinklebear/build-ship-dbg-wasm , and also integrated in my #WebGPU #Wasm started template: https://github.com/Twinklebear/webgpu-cpp-wasm
I just published a blog about implementing marching cubes in #WebGPU and benchmarking it against a native #Vulkan implementation: https://www.willusher.io/graphics/2024/04/22/webgpu-marching-cubes , as a spoiler, the WebGPU version performs on par with the native Vulkan one!
Try out the WebGPU version yourself: https://www.willusher.io/webgpu-marching-cubes/ and the Vulkan one if you're interested: https://github.com/Twinklebear/vulkan-marching-cubes , I'd be curious to see what perf results people get!
Easily make a slideshow with crossfade image transitions using FFMPEG - GitHub - Twinklebear/ffmpeg-slideshow-py: Easily make a slideshow with crossfade image transitions using FFMPEG