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

https://github.com/dfirebaugh/odc

2D shape drawing with one draw call
https://github.com/dfirebaugh/odc

Last synced: 7 months ago
JSON representation

2D shape drawing with one draw call

Awesome Lists containing this project

README

          

# odc

I don't know what this is yet.
For now, it's a library that acts as a simple 2D game engine with a multichannel oscillator synth.

## Examples

examples can be found here [odc-examples](https://github.com/dfirebaugh/odc-examples)

## dependencies

This project uses opengl and glfw

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