Load some initial examples.
authorNot Zed <notzed@gmail.com>
Wed, 11 Dec 2019 05:38:49 +0000 (16:08 +1030)
committerNot Zed <notzed@gmail.com>
Wed, 11 Dec 2019 05:38:49 +0000 (16:08 +1030)
commit90456dc2c32931bc27a5ce6a7b89ba775af61d83
tree91c0c322de4fb7bf3b76d615c01fcceb8028e9bf
Load some initial examples.
16 files changed:
README [new file with mode: 0644]
config.make.in [new file with mode: 0644]
cube/Makefile [new file with mode: 0644]
cube/cube-data.h [new file with mode: 0644]
cube/cube.c [new file with mode: 0644]
cube/cube.frag [new file with mode: 0644]
cube/cube.vert [new file with mode: 0644]
mandelbrot-cl/Makefile [new file with mode: 0644]
mandelbrot-cl/mandelbrot.c [new file with mode: 0644]
mandelbrot-cl/mandelbrot.cl [new file with mode: 0644]
mandelbrot-cs/Makefile [new file with mode: 0644]
mandelbrot-cs/mandelbrot.c [new file with mode: 0644]
mandelbrot-cs/mandelbrot.comp [new file with mode: 0644]
util/glmaths.h [new file with mode: 0644]
util/pam.h [new file with mode: 0644]
util/timing.h [new file with mode: 0644]