Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ar37-rs/chromium-termux-patch
https://github.com/ar37-rs/chromium-termux-patch
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ar37-rs/chromium-termux-patch
- Owner: ar37-rs
- License: apache-2.0
- Created: 2024-12-15T09:30:52.000Z (24 days ago)
- Default Branch: main
- Last Pushed: 2024-12-15T09:49:10.000Z (24 days ago)
- Last Synced: 2024-12-15T10:30:12.719Z (24 days ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Patch enable WebGL 2.0 using angle for chromium termux
## Install chromium:
```
pkg install tur-repo && pkg install chromium
```# Install patch
```
cd && pkg install wget && wget https://github.com/ar37-rs/chromium-termux-patch/releases/download/latest/chrome && chmod +x ~/chrome
```
## Usage:
use command to start patching like so:
```
~/chrome patch
```
and then launch chromium:
```
~/chrome
```# Using angle-android (built 2024.12.13):
## Install:
```
cd && wget https://github.com/ar37-rs/virgl-angle-termux/releases/download/2.1.24533/angle-android_2.1.24533_aarch64.deb
dpkg -i angle-android_2.1.24533_aarch64.deb
```