Petr Kobalicek

Results 307 comments of Petr Kobalicek

I think the whole MAP_JIT functionality would have to be disabled on iOS

Can you test `disable_map_jit_on_ios` branch? However, if MAP_JIT is not available, JitRuntime would not be usable, so I'm not sure what is the benefit of asmjit on such a restricted...

Yes you can do it. In general when you use 2 threads, Blend2D would use one extra thread and the user thread (that the user is using to interact with...

This is right. I will definitely think of this in upcoming weeks as text is now a priority feature.

NVPR: I'm interested in this technology, but I think it would be fair to wait for multithreading before starting the comparison of software-based 2D against dedicated GPUs. As written on...

I'm wondering about the path from page 42, is there any data?

I think it's the opposite - GTK is abandoning the immediate rendering model by introducing a scenegraph toolkit, which makes sense for UI where you only want to redraw what...

The benchmarking suite and samples will soon use Conan to fetch dependencies (both Cairo and Qt, and maybe even AGG). If anyone is willing to add a SKIA recipe to...

I think Blend2D would beat ThorVG SW renderer significantly, because ThorVG is basically using FreeType code, which was not written for performance. I would assume ThorVG and Qt to give...

Yeah, these will disappear. I have a futex branch, I will fix these in there first. Thanks!