Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```