Hermet Park
Hermet Park
Our viewer can activate the ThorVG logging feature to display the unsupported Lottie specifications again there. Previously, the viewer only captured 'ERR' logging messages and printed them in the console...
The current ThorVG player has a somewhat amateurish design, the slider is not enough long to control the frames detail. (Just quick made for PC, even buggy).  I's possible...
This could improve the performance a bit. ## Description ## Type of change - [ ] Patch: Bug (non-breaking change which fixes an issue) - [ ] Minor: New feature...
**Build Configure** `meson setup builddir -Db_sanitize="thread" -Dloaders=all -Dengines=all -Dexamples=true` The next examples have a suspicious thread sanitizer reports. Maybe false positive? Need to verify it. - ClipPath - Duplicate -...
We are currently developing ThorVG's GPU acceleration engine for high-performance rendering. The purpose of this task is to ensure that the GL/WG engines are compatible with the ThorVG examples. The...
We observed, one tvg picture has a broken image:  This problem arises because the current raw_loader expects a premultiplied-alpha image, while the tvg saver writes it with a straight-alpha...
The GL engine is maturing in terms of feature coverage. Currently it decides gl-link on build time, it needs to support dynamic symbol bindings to improve portability across systems.
There's just one small warning : ``` D:\sdk\thorvg>ninja -C build ninja: Entering directory `build' [238/243] Compiling C++ object src/thorvg-0.dll.p/loaders_lottie_tvgLottieLoader.cpp.obj ../src/loaders/lottie/tvgLottieLoader.cpp:203:14: warning: 'fopen' is deprecated: This function or variable may be...
- [x] Research and prototype the Emscripten build with WebGPU. - [x] Implement the necessary integration logic in the tvgWasm part. - [ ] Integrate with the ThorVG player. -...
The example graphics quality is not high-DPI on MacOS (Retina) displays. Support DPI-based rendering for best results. This request might not be valid if the examples toolkit is changed.