Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syoyo/aobench_cs
aobench in OpenGL compute shader!
https://github.com/syoyo/aobench_cs
Last synced: 22 days ago
JSON representation
aobench in OpenGL compute shader!
- Host: GitHub
- URL: https://github.com/syoyo/aobench_cs
- Owner: syoyo
- Created: 2013-05-07T17:39:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-09T11:37:38.000Z (over 11 years ago)
- Last Synced: 2023-04-11T17:06:23.118Z (over 1 year ago)
- Language: C++
- Size: 774 KB
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenGL compute shader version of aobench
![aobench_cs_nv](https://github.com/syoyo/aobench_cs/blob/master/aobench_cs.png?raw=true)
![aobench_cs_radeon](https://github.com/syoyo/aobench_cs/blob/master/aobench_glcompute_7970.png?raw=true)## Requirements
You'll be interested in Erwin's fork https://github.com/erwincoumans/aobench_cs for easy to build/run on Windows/Mac/Linux environment.
### Hardware
OpenGL compute shader capable hardware and driver. Currently,
* NVIDIA GeForce(310 or later driver)
* AMD Radeon(Catalyst 13.4 or later driver)is said to be able to run compute shader.
### Software
* GLFW http://www.glfw.org/
* GLEW http://glew.sourceforge.net/## How to build and run
Edit Makefile, then
$ make
$ ./aobench_cs## Licnese
2-clause BSD.