I write about things at mattiasgustavsson.com
Feel free to DM me about anything
my portfolio eslee.dev/portfolio/ | her@eslee.dev
my portfolio eslee.dev/portfolio/ | her@eslee.dev
For most uses, you are probably better off using a real codec. But for something small, simple, self-contained with no dependencies, this might fit the bill.
For most uses, you are probably better off using a real codec. But for something small, simple, self-contained with no dependencies, this might fit the bill.
mattiasgustavsson.com/wasm/fmv.html
mattiasgustavsson.com/wasm/fmvdl.h...
(both are displayed with my CRT filter, because that's how I am most likely to be using this myself, but it can be toggled with F9).
mattiasgustavsson.com/wasm/fmv.html
mattiasgustavsson.com/wasm/fmvdl.h...
(both are displayed with my CRT filter, because that's how I am most likely to be using this myself, but it can be toggled with F9).
I packaged the result in a stb-style, single-file header-only lib, < 2500 loc with no dependencies.
I packaged the result in a stb-style, single-file header-only lib, < 2500 loc with no dependencies.
I packaged the result in a stb-style, single-file header-only lib, < 2500 loc with no dependencies.
I packaged the result in a stb-style, single-file header-only lib, < 2500 loc with no dependencies.
gist.github.com/mattiasgusta...
gist.github.com/mattiasgusta...
gist.github.com/mattiasgusta...
gist.github.com/mattiasgusta...
It allows you to write vector math code in C that looks like this:
It allows you to write vector math code in C that looks like this:
github.com/mattiasgusta...
If you do take a look, please let me know what you think about it - getting feedback is a big part of the reward releasing libraries like this, and I spent a lot of time and effort on it
github.com/mattiasgusta...
If you do take a look, please let me know what you think about it - getting feedback is a big part of the reward releasing libraries like this, and I spent a lot of time and effort on it
Now, you get the best ergonomics if you use it with clang compiler in C11 or later, as it makes (optional) use of C11 _Generics and clang vector type extension, but it doesn't require either to work.
Now, you get the best ergonomics if you use it with clang compiler in C11 or later, as it makes (optional) use of C11 _Generics and clang vector type extension, but it doesn't require either to work.
It allows you to write vector math code in C that looks like this:
It allows you to write vector math code in C that looks like this: