-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python, Java/Kotlin and Swift wrapper #4
Comments
I would agree, I'd definitely like a Python and Java wrapper. I attempted to generate a Python one using https://github.com/go-python/gopy, but I'm fresh new to Go and don't understand any of it. @divan A python binding would be appreciated, and I think I know how to do a Java one. |
@ThePlasmaRailgun I would say the minimum would be Swift for iOS, Java/Kotlin for android and Python/JS for prototyping and scripting. |
Agreed. IDK whether there are facilities for compiling/importing/binding Go into JS, Java, or Swift, but I do know Python can import compiled Go with the tool I sent above. |
the closest concept I have found is gomobile, but they note the bindings have performance overhead |
GoMobile should be easy bindings, but my attempts at Python bindings have failed miserably. If anyone knows more about this or has more experience, then I'd love if you could take a crack at it. |
@ThePlasmaRailgun any progress on the TxQR java app? |
Not yet, I'm still working on it.
…On Sun, Jan 13, 2019, 8:15 PM Donald Tsang ***@***.*** wrote:
@ThePlasmaRailgun <https://github.com/ThePlasmaRailgun> any progress on
the TxQR java app?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AQDJZBv9UJsp8L7AyxB6u15SlNPnJJU8ks5vC_Y3gaJpZM4Y4Muo>
.
|
@ThePlasmaRailgun is Kotlin better than Java? |
We're writing it in Kotlin, I prefer it to Java.
…On Sun, Jan 13, 2019, 8:24 PM Donald Tsang ***@***.*** wrote:
@ThePlasmaRailgun <https://github.com/ThePlasmaRailgun> is Kotlin better
than Java?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AQDJZNxAHmErNYOqkfr-oJN93RMbmoq4ks5vC_iHgaJpZM4Y4Muo>
.
|
As someone who learned Java and then switched over, I can definitely say its a better language |
Referecne: divan/txqr-reader#2 |
Adding this to https://github.com/hydrusnetwork/hydrus and associated mobile apps would be useful.
Hydrus is written in Python, BooruNav, AnimeBoxes and Nori are on Android, Mignori is on iOS
The text was updated successfully, but these errors were encountered: