马迪

Results 8 issues of 马迪

when launch, pop error window says:"Windows cannot access the specified device, path, or file. You may not have the appropriate permission to access the item".

maybe we need to make `corrade-rc` as a standalone dependency? `$ vcpkg install corrade[*] --triplet x86-uwp` Error: [1/2] cmd /c "cd ../../x86-uwp-dbg && "C:/Program Files/CMake/bin/cmake.exe" "C:/workspace/vcpkg/buildtrees/corrade/src/v2019.10-56f3949c0e" "-DUTILITY_USE_ANSI_COLORS=ON" "-DBUILD_STATIC=0" "-DWITH_INTERCONNECT=ON" "-DWITH_PLUGINMANAGER=ON"...

help wanted

The `gumbo` lib is in vcpkg ports, building and integration would be quite simple if litehtml supports vcpkg

Any munual about how to train in details? How to get the JSON generated training data?

Hi guys, i'm new here. Blender has feature called: `Select -> Select All by Trait -> Non Manifold`, i want to implement the same thing with libigl. is `extract_non_manifold_edge_curves` the...

question

clang-cl.exe with flags ``` add_compile_options("/clang:-march=x86-64-v3" "/clang:-fopenmp=libomp" "$" "$" "$" "$" ) ```

VS 2022 ``` fmtlog.h(618): warning C4702: unreachable code fmtlog.h(627): warning C4702: unreachable code fmtlog.h(629): warning C4702: unreachable code fmtlog.h(634): warning C4702: unreachable code fmtlog.h(635): warning C4702: unreachable code fmtlog.h(640): warning...

I'm trying to implement a eraser, clear subregion of the texture. `PageCanvas` is child of `QNanoQuickItem` and render with QQuickFramebufferObject, what i do is binding the texture then glTexSubImage2D. But...