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
- Host: GitHub
- URL: https://github.com/dfirebaugh/odc
- Owner: dfirebaugh
- License: mit
- Created: 2024-09-27T21:43:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-23T01:38:24.000Z (over 1 year ago)
- Last Synced: 2025-01-23T02:29:46.980Z (over 1 year ago)
- Language: C
- Size: 5.83 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```