Community created example Parallella projects.
* aobench/ - An ambient occlusion renderer
* blobubska/ - A real-time ray tracing visual music generator
* dac-wavegen/ - A sine and sawtooth waveform generator using an I2C DAC
* digital-pot/ - Fading an LED using an 8-bit digital potentiometer
* heat_stencil/ - 5-point star shaped stencil for solving heat equation on a 2 dimensional rectangular grid
* john/ - John the Ripper password cracker with Parallella support
* kinect_test/ - Kinect demo that uses Epiphany to colorize, scale and render
* lena/ - 2D FFT based filter on famous Lena image running on Epiphany
* mandelbrot/ - A real time Mandelbrot zoomer
* matmul_optimized/- Parallel Matrix multiplication of two matrices following Cannon's algorithm
* para-para/ - Simple "hello world" apps in OpenMP, MPI and OpenCL
* r-opencl/ - An example showing R with OpenCL running on Parallella
Contributions to this repository are welcomed.
To submit a project for inclusion:
- Fork this repository
- Create a new sub-directory
- Add your project files with the appropriate license clearly stated
- Add a README.md file (see the .skeleton directory for a template)
- Submit a pull request
- The project must build, run and serve as a useful example
- Basic documentation must be included, e.g. dependencies, building and use
- Only GPL (v2 or later), BSD, Apache, and MIT licensed code will be accepted