halide / Halide

a language for fast, portable data-parallel computation
https://halide-lang.org
Other
5.88k stars 1.07k forks source link

Android examples with cmake #4095

Open soham24 opened 5 years ago

soham24 commented 5 years ago

android examples are now obsolete. they use android21 platform and old platform tools and sdk tools to build. Its high time that they should get updated with the cmake build system.

soham24 commented 5 years ago

I am trying hard to run HelloAndroidCamera2 example on linux, still not succeed

steven-johnson commented 5 years ago

We would be very very happy for someone to upgrade our Android examples to use CMake, a PR would be much welcomed.

soham24 commented 5 years ago

@steven-johnson this guy has posted one example @PK15946 https://github.com/PK15946/Halide-Android-example

steven-johnson commented 5 years ago

Thanks for the pointer. I am unlikely to have bandwidth to work on this anytime soon -- if anyone else would like to adapt this into a proper PR then we would welcome it.

soham24 commented 5 years ago

@steven-johnson makes sense. I will try to do it after my current project work gets done.