dmitric / DLCImagePickerController

ImagePickerController with live filters, radial blur and more. Brought to you by Backspaces.

Home Page:www.backspac.es

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Port to C++ w/o iOs Dependencies?

40 opened this issue · comments

Awesome work. Would it be possible for you to port this to straight C++ without iOs/xCode dependencies?

While the image filtering and blur part of the code is fairly portable, we're mostly using the existing GPUImage library to handle that. Essentially this project is just a camera with controls that hook into GPUImage.

While it would be possible to do image filtering in C++ (by using OpenGL shaders), I don't think that this is the right project to do it.