Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuripourre/v4gl
An old v4l + OpenGL example.
https://github.com/yuripourre/v4gl
Last synced: 1 day ago
JSON representation
An old v4l + OpenGL example.
- Host: GitHub
- URL: https://github.com/yuripourre/v4gl
- Owner: yuripourre
- Created: 2014-12-02T19:31:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-02T19:34:12.000Z (almost 10 years ago)
- Last Synced: 2023-04-27T20:20:58.899Z (over 1 year ago)
- Language: C++
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
V4GL
====An old v4l + OpenGL example.
## How to compile
### Install OpenGL and GLUT
#### Fedora 20
```bash
sudo yum install -y libGL-devel freeglut-devel
```### Make
```bash
make
```