renderscript-intrinsics-replacement-toolkit icon indicating copy to clipboard operation
renderscript-intrinsics-replacement-toolkit copied to clipboard

When will it be released to (Google) Maven?

Open ZXHHYJ opened this issue 3 years ago • 6 comments

This toolkit should be released in time after RenderScript is obsolete

ZXHHYJ avatar Dec 22 '21 02:12 ZXHHYJ

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

  • we are still invited to build this locally
  • the repo looks super dead

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

RobbWatershed avatar May 16 '23 13:05 RobbWatershed

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

arianaa30 avatar Mar 04 '24 06:03 arianaa30

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

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

Sublimis avatar Mar 04 '24 11:03 Sublimis

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

arianaa30 avatar Mar 05 '24 17:03 arianaa30

You have to do it like this:

Toolkit.INSTANCE.blur(...)

Sublimis avatar Mar 05 '24 19:03 Sublimis

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

AdarshRevankar avatar Mar 22 '24 13:03 AdarshRevankar