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

PyLVGL for Mobile / Android / iOS? #14

Open
cederom opened this issue Oct 13, 2021 · 3 comments
Open

PyLVGL for Mobile / Android / iOS? #14

cederom opened this issue Oct 13, 2021 · 3 comments

Comments

@cederom
Copy link

cederom commented Oct 13, 2021

Hello world :-)

Would that be possible to use PyLVGL for mobile applications development? :-)

The best part is that is can be used to create desktop applications in place of Qt or even FLTK.

That would be delightful if PyLVGL could be used as replacement for ugly JS solutions like React Native :-)

Did anyone try that / consider that? :-)

Here is my question directly on the LVGL project: lvgl/lvgl#2664

@pmp-p
Copy link

pmp-p commented Mar 8, 2022

@cederom hi, since no one answered here's my thoughts :

Would that be possible to use PyLVGL for mobile applications development?

yes, though you could use the WebAssembly version of the lvgl simulator instead almost "out of the box".

Did anyone try that / consider that?

tried yes, but it's a bit time eating to set up.
also need time to update the project, as lvgl is now at version 8 no more 6

if you want a cpython mobile (android+wasm, no iOS) dev kit you can find one here https://github.com/pmp-p/pydk, cross compiling PyLVGL should be no problem as all lvgl requirements are there since it can already build the micropython lvgl sdl2 simulator.

if you want ready-made solution i guess you'll have to wait for someone to consider/have good reason making one.

@sukesh-ak
Copy link

Though not Python, here it is for Android.
https://blog.csdn.net/jayyuz/article/details/123842040

@cederom
Copy link
Author

cederom commented Dec 16, 2022

I am currently using Python + Kivy for cross-platform development.. its nice too.. so far so good :-) It has nice concept of compiling everything to a library that is then linked to a mobile application. Still building to Android and iOS is not that straightforward but lots of automation is already here :-)

At first I wanted to put LVGL on top of Kivy but that would be an overkill as lots of components are already there.. still it should be possible to do so when absolutely necessary :-)

https://github.com/kivy
https://kivy.org/

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

3 participants