-
Notifications
You must be signed in to change notification settings - Fork 200
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
Platform support : arm (raspberry pi) #88
Comments
I add my vote to this. An arm target would be neat. |
I am keenly interested in this for ARM imx6 running on RTOS (INTEGRITY) or some yocto flavor. Large company, will pay for source access / support. |
+1 for raspberry pi support, with or without X, esp so can run muon |
is ultralight ARM still being worked on or abandoned? |
AdamJS said in discord that 1.3 will add video support (+probably video)
04.2022 update 1.3 isn't released yet, but it supports audio and video (crashes on linux last time i tried it) Arm64 supports is planned for 1.4 Also AdamJS said it's possible to add x32 support in future. |
Ultralight is now available on arm64, read more here 😎: https://github.com/ultralight-ux/Ultralight/releases/tag/v1.4.0-beta |
nice! good that it actually happened |
Hi :)
Is your feature request related to a problem? Please describe.
I would like to see Ultralight applications running on a Raspberry Pi, using direct opengl es 2.0 calls, without X, displaying apps fullscreen.
Describe the solution you'd like
Describe alternatives you've considered
The simplest alternative I have is building a custom raspbian image, that start X, and launches Midori fullscreen
Additional context
Only rendering is needed, no keyboard or mouse inputs.
Canvas 2D and WebGL would be interesting.
Bonus points if there are some api to add Audio and Video implementations (if they are not natively supported)
Thanks :)
The text was updated successfully, but these errors were encountered: