Carp/docs/Multimedia.md

15 lines
435 B
Markdown
Raw Permalink Normal View History

2020-11-20 10:24:36 +03:00
## Multimedia Libraries
The Carp compiler comes bundled with bindings for a few common games/multimedia libraries.
For installation instructions, see [Install.md](Install.md).
### SDL
You can find the API documentation for the SDL bindings [here](http://carp-lang.github.io/carp-docs/sdl/SDL_index.html).
Many of the [examples](../examples) use these bindings -- check them out!
2020-11-20 10:25:20 +03:00
### OpenGL
2020-11-20 10:24:36 +03:00
See [OpenGL.carp](../core/OpenGL.carp)