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

https://github.com/dfirebaugh/odc-examples


https://github.com/dfirebaugh/odc-examples

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# odc-examples

examples for the [odc](https://github.com/dfirebaugh/odc) lib

## dependencies
`odc` expects these libraries on your system:

```bash
apt-get install libglfw3
apt-get install libglfw3-dev
apt-get install portaudio19-dev
apt-get install libfreetype6-dev
```

## build

clone the repo then run:

```bash
git submodule update --init --recursive
make
./bin/example
```