Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 419 Bytes

File metadata and controls

20 lines (13 loc) · 419 Bytes

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

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