Haider

Results 6 comments of Haider

Why is this issue closed? @BrunoMiguens Swift has a language server protocol

https://github.com/apple/sourcekit-lsp @BrunoMiguens

>What specifically do you mean by custom kernels? Right to be more specific what I meant is that will you make it easier to write out custom kernels with `GPUImage3`....

Awesome! That would make `GPUImage` even more extensible. Currently I am using `MetalPetal` to allow me to write out compute and rendering pipelines in a simplified way. [Metal Petal](https://github.com/MetalPetal/MetalPetal/tree/master/Frameworks/MetalPetal/Kernels) ☝️...

I also went ahead and added bitcode enabled static libs, in case people want to roll them into their own apps. These static libs are included in `/TesseractOCR/libs` with the...

Ah just coming back to this now @psharanda I'm utilizing LayoutOps to serialize layout info as a means of rendering view components using simple value types across different platforms. Will...