Théo Devaucoup

Results 5 comments of Théo Devaucoup

Hi, I think @xxm52 is right. When I calculate depth normalization in B (before bezier curve interpolation), my result is much better. Thanks for your help also :)

Hi, I am testing the command `xmake macro package -p macosx -a "arm64,x86_64"` with the minimal example `xmake create -l c -P ./hello`. The smallest macOS build don't have an...

I am working on it, but I think the work will be production-ready when: - [ ] The client bridge socket is in ClientImpl. - [ ] The server WebSocket...

I spot the [parameterized.cpp](https://github.com/boost-ext/ut/blob/master/example/parameterized.cpp#L74) example :D ```cpp "args and types"_test = [](TArg arg) { expect((std::is_integral_v) >> fatal); expect(42_i == static_cast(arg) or arg); expect(type == type or type == type); }...

btw, readme examples are not update to date (fail to compile with `cfg`). Examples in example folder are better :)!