Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tito/smaa-opengl
SMAA OpenGL demo
https://github.com/tito/smaa-opengl
Last synced: about 1 month ago
JSON representation
SMAA OpenGL demo
- Host: GitHub
- URL: https://github.com/tito/smaa-opengl
- Owner: tito
- License: mit
- Created: 2014-02-14T01:11:52.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2012-07-28T12:51:50.000Z (over 12 years ago)
- Last Synced: 2024-10-03T11:33:12.042Z (about 2 months ago)
- Language: Objective-C
- Size: 262 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.txt
Awesome Lists containing this project
README
SMAA (Subpixel morphological antialiasing) demo for openGL.
Needs SFML (at least 2.0 RC) and GLEW (latest) to compile.
Do not use block interfaces for the out variables when you are implementing this on ATI/AMD.
It will probably crash the video card driver. I've reported the issue to AMD, they'll probably fix this soon.
See:
http://devgurus.amd.com/thread/159290You can toggle the effect by pressing space, and exit with either clicking "x" or pressing escape.
This demo should be built in a sub directory:
*cd to this directory*
mkdir build
cd build
cmake ..
make
./smaa