Skip to content

futurecore/parallella-examples

 
 

Repository files navigation

parallella-examples

Community created example Parallella projects.

Contents

* 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

Contributing

Contributions to this repository are welcomed.

To submit a project for inclusion:

  1. Fork this repository
  2. Create a new sub-directory
  3. Add your project files with the appropriate license clearly stated
  4. Add a README.md file (see the .skeleton directory for a template)
  5. Submit a pull request

Note

  • 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

About

Community created parallella projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 64.9%
  • C++ 10.0%
  • Assembly 10.0%
  • Perl 8.6%
  • Verilog 2.6%
  • PHP 2.4%
  • Other 1.5%