android / renderscript-intrinsics-replacement-toolkit

Apache License 2.0
345 stars 92 forks source link

When will it be released to (Google) Maven? #12

Open ZXHHYJ opened 2 years ago

ZXHHYJ commented 2 years ago

This toolkit should be released in time after RenderScript is obsolete

RobbWatershed commented 1 year ago

+1... it's been two years already, and

=> Should one understand to "deal with it and use Vulkan like everyone else if one's unhappy"?

arianaa30 commented 6 months ago

My question too. I don't understand the need to build it locally. Please release it to Google maven.

Sublimis commented 6 months ago

Please note, the library fork is available via JitPack. We use it like this:

implementation 'com.github.shenguojun:renderscript-intrinsics-replacement-toolkit:main-SNAPSHOT'

arianaa30 commented 6 months ago

@Sublimis thanks. Then once added how to use it? Toolkit.blur didnt show up anything.

Sublimis commented 6 months ago

You have to do it like this:

Toolkit.INSTANCE.blur(...)

AdarshRevankar commented 6 months ago

Anyone out there maintaining this project, please let us know if this ever be released to maven officially ?