Hermet Park
Hermet Park
@mgrudzinska it would be nicer if you update the patch, let's close https://github.com/thorvg/thorvg/issues/429
> > @mgrudzinska it would be nicer if you update the patch, let's close #429 > > @hermet before 0.9 is released? please give me some timelines. I can do...
> > @mgrudzinska it would be nicer if you update the patch, let's close #429 > > @hermet before 0.9 is released? please give me some timelines. I can do...
No plan to support this. WebGPU is a next candidate for us.
replaced with this https://github.com/thorvg/thorvg/pull/1355
Three candidates for json parsers: 1. https://github.com/simdjson/simdjson/ (size: 1340) 2. https://github.com/Tencent/rapidjson/ (size: 712)
@mbasaglia Current suggestion of the basic usage: ``` //Animation Controller auto animation = tvg::Animation::gen(); //Get the designated picture of the animation, set basic info. auto picture = animation->picture(); picture->load(EXAMPLE_DIR"/sample.json"); picture->size(width,...
Another candidate json parser: https://github.com/ibireme/yyjson
https://github.com/thorvg/thorvg/assets/3711518/b08ca2b1-a9e7-4e5b-9cff-7ed9d9a14e01
Lottie feature has been applied though there are some advanced properties are missing, We can incrementally enhance them from now.