https://github.com/seankerr/rust-rpi-examples
Rust Raspberry Pi examples
https://github.com/seankerr/rust-rpi-examples
Last synced: 9 months ago
JSON representation
Rust Raspberry Pi examples
- Host: GitHub
- URL: https://github.com/seankerr/rust-rpi-examples
- Owner: seankerr
- Created: 2015-09-26T03:54:26.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-28T22:17:09.000Z (over 10 years ago)
- Last Synced: 2023-03-11T03:47:33.472Z (over 3 years ago)
- Language: Rust
- Size: 145 KB
- Stars: 13
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust Raspberry Pi Examples
There are several APIs exposed by the Raspberry Pi:
* [Broadcom VideoCore IV](https://github.com/seankerr/rust-videocore)
* [EGL](https://github.com/seankerr/rust-egl)
* [OpenGL ES 2.0](https://github.com/seankerr/rust-opengles)
* [OpenMAX](https://github.com/seankerr/rust-openmax) (not started)
* [OpenVG](https://github.com/seankerr/rust-openvg) (not started)
## Available Examples
*Broadcom VideoCore IV*
* [Change background color](https://github.com/seankerr/rust-rpi-examples/tree/master/videocore/change-background-color)
*OpenGL ES 2.0*
* [Hello OpenGL](https://github.com/seankerr/rust-rpi-examples/tree/master/opengles/hello_opengl)
* [Triangle](https://github.com/seankerr/rust-rpi-examples/tree/master/opengles/triangle)