Commencement du labo Mandelbrot et Julia.
authorgburri <gregory.burri@master.hes-so.ch>
Wed, 29 Oct 2014 22:47:30 +0000 (23:47 +0100)
committergburri <gregory.burri@master.hes-so.ch>
Wed, 29 Oct 2014 22:47:30 +0000 (23:47 +0100)
commit7798b7c27cf13aaeada22faae8648df8cb339f1b
tree0e8afb16bf154fea6540dec45c8a4b60d8f51d0f
parent3e601cb6c0cc2c5b3a9b30ebf3ad1102e53c0e0b
Commencement du labo Mandelbrot et Julia.
WCudaMSE/Student_Cuda_Image/src/cpp/core/01_Rippling/moo/device/math/RipplingMath.h
WCudaMSE/Student_Cuda_Image/src/cpp/core/01_Rippling/provider/RipplingProvider.h
WCudaMSE/Student_Cuda_Image/src/cpp/core/02_Mandelbrot_Julia/moo/device/FractalDevice.cu [new file with mode: 0755]
WCudaMSE/Student_Cuda_Image/src/cpp/core/02_Mandelbrot_Julia/moo/device/math/FractalMath.h [new file with mode: 0755]
WCudaMSE/Student_Cuda_Image/src/cpp/core/02_Mandelbrot_Julia/moo/host/Fractal.cu [new file with mode: 0755]
WCudaMSE/Student_Cuda_Image/src/cpp/core/02_Mandelbrot_Julia/moo/host/Fractal.h [new file with mode: 0755]
WCudaMSE/Student_Cuda_Image/src/cpp/core/02_Mandelbrot_Julia/provider/FractalProvider.cpp [new file with mode: 0755]
WCudaMSE/Student_Cuda_Image/src/cpp/core/02_Mandelbrot_Julia/provider/FractalProvider.h [new file with mode: 0755]
WCudaMSE/Student_Cuda_Image/src/cpp/core/mainGL.cpp
WCudaMSE/Tuto_Image_Cuda/src/cpp/core/02_Damier_Zoomable/moo/host/Damier.cu