Jawad
Jawad
gsoft-inc/craco/issues/313 gsoft-inc/craco#353 craco does not support CRA v5 yet we've fixed this in our projects temporarily by patching craco (can use something like [patch-package](https://www.npmjs.com/package/patch-package)) ```diff diff --git a/lib/features/webpack/style/postcss.js b/lib/features/webpack/style/postcss.js index...
ran into a similar issue, failed to compile on an M1 mac ``` running: "cmake" "--build" "." "--target" "install" "--config" "Debug" "--parallel" "10" . . . --- stderr fatal: not...
tried switching to shaderc-rs, [felt quite straightforward](https://github.com/jawadsh123/notan/commit/5fb9e8f5b0141638a76ffd0f0c2ec79e78a8f1eb#diff-60a173644c4b3dc21e8f45bb9b4e7c4b2f06965abb9c32db1dc428b5e65f56df) couldn't do very extensive testing but some examples seem to work 🙌 one downside is first run takes a sweet while, since shaderc...
hey! sorry for coming back so late, been a bit preoccupied 😅 Totally agree shaderc likely shouldn't be made default, first compile is too slow I did try hunting down...
Ohh bdw we're exploring [WebCodecs](https://developer.mozilla.org/en-US/docs/Web/API/WebCodecs_API) for video decode/playback, and it seems the fastest way to blit [VideoFrames](https://developer.mozilla.org/en-US/docs/Web/API/VideoFrame) is also through texImage2D 🙃
wow @Nazariglez, really like where this is headed! Extensible TextureSources are imo perfect, will allow impl'ing whatever esoteric sources people want without adding them all to notan I don't see...
Alright, I'll go check out your repo and file an issue there if it doesn't work.
I tried out your fork and it seems to not be working either. I've made a few changes to get it to work on 2.0. Please allow issues on the...