Skip to content

VarLog/mandelbrot_cuda

Repository files navigation

What is it?
===============

This application for calculation Mandelbrot set in real time on NVIDIA CUDA technologies.

How to use it?
==========

Building:
$> make clean all
rm -fv timer.o glut_window.o mandelbrot.o main.o mandelbrot
removed 'timer.o'
removed 'glut_window.o'
removed 'mandelbrot.o'
removed 'main.o'
removed 'mandelbrot'
nvcc   -c timer.cpp
nvcc   -c glut_window.cpp
nvcc   -c mandelbrot.cu
nvcc   -c main.cpp
nvcc -lGL -lX11 -lglut -lGLU timer.o glut_window.o mandelbrot.o main.o -o mandelbrot
$>

And run:
$> ./mandelbrot 
$>

Enjoy!

About

Mandelbrot set computed on CUDA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published