Skip to content
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

How possible would it be to build for Android? #99

Open
ceopaludetto opened this issue Jul 15, 2024 · 1 comment
Open

How possible would it be to build for Android? #99

ceopaludetto opened this issue Jul 15, 2024 · 1 comment

Comments

@ceopaludetto
Copy link

I love Swift and its expressiveness, and I'm tired of using cross-platform frameworks that either is a mess to maintain (react native) or uses canvas to build the UI (flutter and compose multiplatform), so I've read about JNI and NDK and also found previous attempts to bridge Android APIs into Swift (https://swiftpackageindex.com/PureSwift/Android). Considering that the Graph implementation here can be ported to different backends (GTK, Windows, ...), would it be possible to port to Android as well?

@Kyle-Ye
Copy link
Member

Kyle-Ye commented Jul 15, 2024

Yes. As long as we have a complete cross platform implementation of the OG.

The current Apple's AG is implemented using ObjC and C++ and have heavy dependency on CF and ObjectiveC runtime.

Free feel to contribute here and do not forgot to add your test case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants