pixelblender
pixelblender
I tried you code and it works on my end. Did you compile it with `-pthread -s PTHREAD_POOL_SIZE=4` ? `PTHREAD_POOL_SIZE` can be any number as long as it's bigger than...
Thank you for looking into this. Per the emscripten Pthreads page that you linked, for testing Firefox won't work unless your web server explicitly write header responses related to COOP...
Tested `test_fibers.cpp` on my end and it doesn't says anything about malloc size exception. Maybe try with `-s WASM=1` ? My flags are `-s WASM=1 -pthread -s PTHREAD_POOL_SIZE=4 -s ASYNCIFY`....
same issue on macos big sur: `sheret.go:20:3: no required module provides package github.com/pkg/browser: go.mod file not found in current directory or any parent directory; see 'go help modules'` how to...
any plan to support ozz-animation (https://github.com/guillaumeblanc/ozz-animation) for skeletal animation maybe via integration? also seems like magnum-examples doesn't have skeletal animation example yet?
+1 for external diff tool
Same issue here. VS2017 latest update. `static_string.hpp(202): error C3547: template parameter 'TR' cannot be used because it follows a template parameter pack and cannot be deduced from the function parameters...
Hi, I was trying to follow your example but can't compile. ``` #include "static_string.hpp" namespace sstr = ak_toolkit::static_str; int main() { constexpr auto fpath = sstr::literal("path/fname"); constexpr auto fname =...