Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/remogatto/videocore

Bindings to the Broadcom VideoCore API for the Raspberry PI
https://github.com/remogatto/videocore

Last synced: 2 months ago
JSON representation

Bindings to the Broadcom VideoCore API for the Raspberry PI

Awesome Lists containing this project

README

        

# What's that?

videocore is a [Go](http://golang.org) package for accessing
the Broadcom VideoCore GPU on the [Raspberry
PI](http://www.raspberrypi.org).

videocore implements bindings to the following libraries:

* EGL
* OpenGL ES
* OpenVG
* OpenMAX

It's still in a non-working state.

# Install

~~~bash
$ go get github.com/remogatto/videocore/egl
$ go get github.com/remogatto/videocore/opengles
$ go get github.com/remogatto/videocore/openvg
$ go get github.com/remogatto/videocore/openmax
~~~

# Thanks

* Anthony Starks for his [openvg](https://github.com/ajstarks/openvg) library.
* Roger Roach for his [egl/opengles](https://github.com/mortdeus/egles) libraries.

# ToDo

* OpenMAX bindings

# License

See [LICENSE](videocore/LICENSE)