dudeofea / Engg-Carnival

Visual Demo for the CompE Club at the Engg Carnival 2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CUDA Accelerated Visual Demo

lens

Just a neat thing that uses potentiometers from an old arduino pedal connected by usb to modify the visuals shown on screen. The visual are generated by python code that has been accelerated by CUDA using the numba library.

Installation

Install python 2.7, numba, numpy, and OpenCV 2. OpenCV doesn't do any heavy lifting, it's just for displaying multiple image frames. You'll also need the latest version of CUDA installed, as well as nvidia drivers (I was using nvidia-396 and cuda-9.2)

About

Visual Demo for the CompE Club at the Engg Carnival 2018


Languages

Language:C++ 60.0%Language:Python 40.0%