forked from arunsivaramanneo/GPU-Viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbout GPU Viewer
executable file
·29 lines (21 loc) · 2.25 KB
/
About GPU Viewer
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Copyright (C) 2017-2019 Arun Sivaraman <arunsivaramanneo@gmail.com>
GPU Viewer is a free Software: This program comes with absolutely no WARRANTY. You can redistribute it and/or modify it under the terms of the GNU General Public license as published by the free software Foundation, either version 3 of the license, or (at your Option) any later version. Click on the GPLv3 Icon below to view the License
This project is developed as a basic front-end UI for the command-line outputs of glxinfo, vulkaninfo, clinfo and es2_info. The application helps in viewing/navigating the OpenGL, Vulkan, OpenCL amd EGL Information in ease over command-line.
Please do note that this project does not use any OpenGL,Vulkan or OpenCL programming lanuages. The entire application works as a wrapper on the glxinfo, vulkaninfo, clinfo and es2_info output.
The latest source code of this program can be found at
https://github.com/arunsivaramanneo/GPU-Viewer
This program uses:
- python 3 or higher
- GTK3+ for the graphical user interface
- glxinfo(OpenGL), vulkaninfo(Vulkan), clinfo(OpenCL) and es2_info(EGL) for fetching the report
If you like this application and the work we are doing, please consider supporting us by clicking on the DONATE button below. This will help us in keeping this project alive and bringing new features to the application
Trademarks
- OpenGL® and the oval logo are trademarks or registered trademarks of Silicon Graphics, Inc.
- OpenGL is a registered trademark and the OpenGL ES logo is a trademark of Silicon Graphics Inc. used by permission by Khronos.
- EGL and the EGL logo are trademarks of the Khronos Group Inc.
- Vulkan and the Vulkan logo are registered trademarks of the Khronos Group Inc.
- OpenCL and the OpenCL logo are trademarks of Apple Inc.
- Intel and the Intel logo are trademarks of Intel Corporation or its subsidiaries in the U.S. and/or other countries.
- NVIDIA and NVIDIA logo are trademarks and/or registered trademarks of NVIDIA Corporation in the U.S. and/or other countries.
- AMD and AMD logo are trademarks or registered trademark of AMD
- GITHUB®, the GITHUB® logo design, OCTOCAT® and the OCTOCAT® logo design are exclusive trademarks registered in the United States by GitHub, Inc.