Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/google/agi
Android GPU Inspector
https://github.com/google/agi
android debugger gpu graphics linux macos profiler replay trace vulkan windows
Last synced: about 1 month ago
JSON representation
Android GPU Inspector
- Host: GitHub
- URL: https://github.com/google/agi
- Owner: google
- License: apache-2.0
- Created: 2020-01-25T00:59:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T15:07:42.000Z (about 2 months ago)
- Last Synced: 2024-10-22T01:28:27.544Z (about 2 months ago)
- Topics: android, debugger, gpu, graphics, linux, macos, profiler, replay, trace, vulkan, windows
- Language: Go
- Homepage: https://gpuinspector.dev
- Size: 90.6 MB
- Stars: 947
- Watchers: 37
- Forks: 139
- Open Issues: 69
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - agi
- awesome-list - agi
README
# Android GPU Inspector
![]()
[![Linux Build Status](https://agi-build.storage.googleapis.com/badges/build_status_linux.svg)](https://agi-build.storage.googleapis.com/badges/build_result_linux.html)
[![MacOS Build Status](https://agi-build.storage.googleapis.com/badges/build_status_macos.svg)](https://agi-build.storage.googleapis.com/badges/build_result_macos.html)
[![Windows Build Status](https://agi-build.storage.googleapis.com/badges/build_status_windows.svg)](https://agi-build.storage.googleapis.com/badges/build_result_windows.html)## About
Visit [gpuinspector.dev](https://gpuinspector.dev) for information about Android GPU Inspector.
The [developer documentation](DEVDOC.md) contains some hints for AGI
developers. See also the README files under some source directories.## Downloads
**[Download the latest version of AGI here.](https://github.com/google/agi/releases)**
*Unstable* developer releases are [here](https://github.com/google/agi-dev-releases/releases).
Dependencies for Linux builds in zip archives:
- openjdk-11-jre
- libgtk-3-0
- libwebkit2gtkThese are marked as dependencies in the .deb package.
If you install AGI via a zip archive, make sure to install these dependencies as well.
## Building
**See [Building Android GPU Inspector](BUILDING.md).**
## Running the client
After building AGI, you can run the client from `/bazel-bin/pkg/agi`.