An open API service indexing awesome lists of open source software.

https://github.com/rhaditbhule92/bypass-angle-vulkan


https://github.com/rhaditbhule92/bypass-angle-vulkan

android angle chrome gpu-acceleration realme script setprop unisoc vulkan webview-android

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          


Bypass ANGLE Vulkan - Full GPU Rendering for Android Go


body {
background-color: #1a1a1a;
color: #e0e0e0;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin: 0;
padding: 20px;
font-size: 15px;
}

h1, h2 {
color: #ff4d4d;
}

p {
line-height: 1.6;
}

.button {
background: linear-gradient(135deg, #cc0000, #ff1a1a);
color: white;
padding: 11px 22px;
margin: 10px 8px 20px 0;
text-decoration: none;
border-radius: 6px;
display: inline-block;
font-weight: bold;
transition: all 0.3s ease;
box-shadow: 0 0 0 rgba(255, 0, 0, 0);
opacity: 0;
transform: translateY(20px);
animation: fadeInButton 1.5s ease forwards;
}

.button:hover {
transform: translateY(-2px) scale(1.05);
box-shadow: 0 0 20px rgba(255, 0, 0, 0.7);
}

footer {
margin-top: 50px;
padding-top: 20px;
border-top: 1px solid #333;
text-align: center;
color: #888;
}

footer a {
color: #e0e0e0;
transition: color 0.3s ease;
}

footer a:hover {
color: #00ff66;
}

.section {
max-width: 850px;
margin: auto;
opacity: 0;
transform: translateY(20px);
animation: fadeInUp 1s ease forwards;
animation-delay: 0.2s;
}

@keyframes fadeInUp {
to {
opacity: 1;
transform: translateY(0);
}
}

@keyframes fadeInButton {
0% {
opacity: 0;
transform: translateY(20px);
box-shadow: 0 0 0 rgba(255, 0, 0, 0);
}
100% {
opacity: 1;
transform: translateY(0);
box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
}
}

a.download-zip {
display: inline-block;
background: linear-gradient(135deg, #8B0000, #ff4d4d);
color: white;
padding: 10px 20px;
margin: 10px 5px;
text-decoration: none;
border-radius: 8px;
font-weight: bold;
transition: all 0.3s ease;
box-shadow: 0 0 0 rgba(255, 0, 0, 0);
opacity: 0;
transform: translateY(20px);
animation: fadeInButton 1.5s ease forwards;
animation-delay: 0.4s;
}

a.download-zip:hover {
transform: translateY(-2px) scale(1.05);
box-shadow: 0 0 20px rgba(255, 0, 0, 0.7);
}

/* Responsif */
@media (max-width: 600px) {
.button, a.download-zip {
display: block;
width: 100%;
margin: 10px 0;
text-align: center;
}

body {
padding: 15px;
}

.section {
padding: 10px;
}
}


Bypass ANGLE Vulkan


Full GPU Rendering for Android Go (No Root!)


This page is part of the GitHub Pages and GitHub Release for the project:
Bypass ANGLE Vulkan. It provides a safe, tested, and complete
script-based solution to enable full GPU-based Vulkan rendering using ANGLE on
low-end Android devices without root access.


The script takes advantage of EngineerMode ADB Shell, enabling Vulkan backend
via persist.sys.* properties, fine-tuned for performance, compatibility,
and stability — tested on Realme C33 and similar Android Go phones.

Quick Access


Versi English
Versi Indonesia
Visit Thread XDA


Download ZIP via GitHub Release

Release Notes



Version: v1.0.0

Release Date: April 2025


  • Added complete ANGLE Vulkan activation script (no root, via EngineerMode Shell)

  • Included Poweramp Equalizer compatibility properties

  • Bundled 2 preset config files for Poweramp + Internet Radio support

  • HTML Preview now available via GitHub Pages (dark theme)

Scroll to the GitHub repo for full documentation, screenshots, and video tutorial.


© 2025 Rhaditbhule92 |
View on GitHub |
About This Project |
MIT License |
FAQ