Hello <@U0BLPSJAK>. I recently saw the project <kt...
# korlibs
g
Hello @Deactivated User. I recently saw the project ktcc . It was jaw-dropping for me. I wanted to know whether I could use this to generate Kotlin bindings for an image processing library, targeting Android devices.
d
Actually that doesn't generate binding code, but compiles a C library into kotlin. For that maybe you want to look at SWIG or similar approaches: http://www.swig.org/
g
Oh, OK, thanks...
But, @Deactivated User, could I take a library such as this one to generate Kotlin code?
d
Well I did ktcc for migrating minimp3 to Kotlin. So I have not tested it on bigger libraries. Probably would require more work
g
OK.