tareksander
tareksander
You can use a terminal multiplexer like tmux to get a splitscreen terminal.
That'll still take a while. It'll support selecting the system EGL, GLES or Vulkan via env variables or in the API for EGL though. Packages like pytorch could be patched...
My `termux-gfx-wrapper` Vulkan version would also need `vulkan-loader-generic`, and would essentially accomplish the same as xMeM's variant, but with only public APIs. Since Vulkan already works headless, X11 and Wayland...
I'd be willing to contribute a public API version `sysvk` (and `vulkan-wsi-wrapper` for that matter) that can be switched to when the install time checks fail. You'd keep both in...
> But probably we need to do something to make some packages force Android's vulkan implementation in that case. I am not sure how to do this. What is the...
Thanks, but at the moment the f-droid version doesn't work due to signing issues. I'll add the link to f-droid when these issues are fixed.
F-droid hasn't responded for a long time, so you still have to use github releases. I'm working on a plugin system for Termux that doesn't require the plugins to be...
I know what the error is. The app is accidentally signed with the Termux development keys and not with the f-droid keys, so the signature doesn't match with the f-droid...
I checked the signature of the new version on f-droid and it shouldn't work, the signature still doesn't match the one of Termux. You can watch [this PR](https://gitlab.com/fdroid/fdroiddata/-/merge_requests/10240) for progress.
> however that means losing everything already done in termux-app You could put all you need in an archive, copy it out of the Termux home folder, reinstall Termux from...