Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ar37-rs authored Dec 13, 2024
1 parent 947baca commit 6db355c
Showing 1 changed file with 25 additions and 4 deletions.
29 changes: 25 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,35 @@
# Virgl angle vulkan for android aarch64 termux.
# Virglrenderer angle-vulkan for android aarch64 termux.

## Install:
```
pkg install tar wget virglrenderer
cd && pkg install tar wget virglrenderer angle-android
wget https://github.com/ar37-rs/virgl-angle-termux/releases/download/2.1.24521/vglx && chmod +x ~/vglx
```
## Usage:
Make sure to kill the current running process of virgl_test_* before launching your app like so:
```
~/vglx q
```
and then simply
```
~/vglx firefox
```
or
```
~/vglx your_termux_x11_binary_app
```

# Using angle (built 2024.12.12):

## Install:
```
cd && pkg install tar wget virglrenderer
wget https://github.com/ar37-rs/virgl-angle-termux/releases/download/2.1.24521/angle-android_2.1.24521-aarch64.tar.xz
tar -xvf angle-android_2.1.24521-aarch64.tar.xz
tar -xvf angle-android_2.1.24521-aarch64.tar.xz && chmod +x ~/cli/vgl
```
## Usage:
Make sure to kill the current running process of virgl_test_* before launching your app like so:
```
chmod +x ~/cli/vgl
~/cli/vgl q
```
and then simply
Expand Down

0 comments on commit 6db355c

Please sign in to comment.