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

(question) Raspberry Pi support #59

Closed
felislynx-silae opened this issue Nov 5, 2020 · 9 comments
Closed

(question) Raspberry Pi support #59

felislynx-silae opened this issue Nov 5, 2020 · 9 comments
Assignees
Labels
discussion Need further discussion to understand if it actually needed enhancement New feature or request

Comments

@felislynx-silae
Copy link

Will raspberry pi be ever supported?
This might be gamechanger, since flutter is possible but dart is much worse than kotlin and rpi is primary platform for many iot projects

@olonho olonho self-assigned this Nov 6, 2020
@peterfortuin
Copy link

You can install Android on a Raspberry Pi and create an Android app with Jetpack Compose.

@felislynx-silae
Copy link
Author

@peterfortuin yeah, it is possible. It is not production ready solution. Also you loose many advantages of raspbian/arch for heavy duty tasks. I had project that used features that are unavailable in android. So it might be a good idea for many projects but not for all of them.

@darvld
Copy link

darvld commented Nov 11, 2020

It would be great if Kotlin Compose was supported on Kotlin/Native, are there any plans for that?

@igordmn igordmn added the enhancement New feature or request label Nov 19, 2020
@olonho
Copy link
Contributor

olonho commented Dec 8, 2020

It's possible, however to keep discussion to the point - feel free to compile Skiko (https://github.com/JetBrains/skiko) for Linux/ARM and provide relevant patches/instructions.

@olonho olonho added the discussion Need further discussion to understand if it actually needed label Dec 8, 2020
@felislynx-silae
Copy link
Author

@olonho I don't feel confident enough in my knowledge from c/c++ to compile skiko for ARM :). I would be glad to test the solution and provide feedback on my RPI

@Adriankhl
Copy link

I also just come up with this question. After investigating it a bit, I think the first step should be compiling Skia in the Jetbrain repo (https://github.com/JetBrains/skia-build), the skiko (https://github.com/JetBrains/skiko) project depends on that. This is definitely possible (e.g. https://skia.googlesource.com/third_party/sdl/+/master/docs/README-raspberrypi.md), but it takes some effort to set it up.

@jimgoog
Copy link
Collaborator

jimgoog commented May 3, 2021

If you do get the build on a raspberry pi, please do contribute the relevant build script to the jetbrains repository so everyone can benfit.

@olonho
Copy link
Contributor

olonho commented May 3, 2021

Note that link above explains SDL build, not Skia one.

@olonho
Copy link
Contributor

olonho commented Jul 1, 2021

As of 0.5.0-build229 we support linux-arm64 in Compose builds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Need further discussion to understand if it actually needed enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

7 participants