Skip to content

My C group extension in first year at Imperial College

Notifications You must be signed in to change notification settings

egroge/c_music_fractal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Music Fractal

This is a C group project extension written in first year of Imperial College London. It uses opengl to render fractals on the GPU, and has them 'dance' in real time to music files passed in.

It was written and tested on Ubuntu linux, for opengl version 3.3

Command line arguments:

./main <PATH TO SHADER TO USE> <PATH TO WAV FILE TO USE>

This project has dependencies.

  • SDL2 is needed for this project. If You're on Debian/Ubuntu you can install SDL with:
sudo apt-get install libsdl2-dev
  • openGL
sudo apt-get install libgl-dev
sudo apt-get install libglew-dev

Note: the power_n shader does not work as a command line argument, since it takes different arguments

About

My C group extension in first year at Imperial College

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published