this post was submitted on 06 Sep 2026
16 points (100.0% liked)
Programming
28402 readers
391 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
According to https://www.reddit.com/r/termux/comments/105fjt8/how_to_install_and_run_sdl2/,
Though that would probably be different to what an actual APK would be at the end due to the X11 layer
Not quite what I asked. I meant, if I make a linux executable, for ARM cpu, that uses SDL (suppose all libs and dependencies are packed in) and run it from termux, will it work?
It won't, because there's no graphics display, so SDL won't initialize.
You need to install and launch Termux:X11 to provide a video surface, and it won't support GL acceleration.
I think that SDL can do aalib and libcaca.
searches
Hmm. No. I must be thinking of
mpv.SDL 1.2 could do aalib, but apparently 2 cannot:
https://wiki.libsdl.org/SDL2/FAQUsingSDL