https://github.com/dfirebaugh/odc-examples
https://github.com/dfirebaugh/odc-examples
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dfirebaugh/odc-examples
- Owner: dfirebaugh
- License: mit
- Created: 2024-11-02T16:27:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-04T13:29:06.000Z (over 1 year ago)
- Last Synced: 2025-05-18T09:37:41.185Z (about 1 year ago)
- Language: Makefile
- Size: 5.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```