Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/remogatto/videocore
- Owner: remogatto
- License: other
- Created: 2013-05-05T14:25:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-28T05:52:54.000Z (over 11 years ago)
- Last Synced: 2024-06-19T05:55:31.872Z (7 months ago)
- Language: Go
- Size: 1.65 MB
- Stars: 17
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
* OpenMAXIt'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)