oneMillionWorlds / Tamarin

A VR utilities library for JMonkeyEngine
Other
12 stars 2 forks source link

jitpack (gradle) support #5

Closed neph1 closed 1 year ago

neph1 commented 1 year ago

Thanks for this project.

I'm trying to use this via gradle and jitpack, but it fails somehow: https://jitpack.io/com/github/oneMillionWorlds/Tamarin/1.3/build.log

Could you look into making it compatible? It would make using it considerably easier. I'm afraid I can't help out why it fails, for my project I didn't have to do anything in particular.

Thanks!

neph1 commented 1 year ago

I realized it was already on maven central through. https://github.com/oneMillionWorlds/TamarinTestBed/blob/main/build.gradle Just add: implementation 'com.onemillionworlds:tamarin:1.3'

Maybe add to 'getting started'?

richardTingle commented 1 year ago

Glad you found the answer. I think that's a good suggestion and I've updated the 'getting started' page.