Ray casting |
||
|---|---|---|
| src | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| cuda_install_guide.md | ||
| load-modules.sh | ||
| makefile | ||
README.md
cuda-based-raytrace
How to run
If necessary clean previous build:
make clean
Then build (currently always debug build):
make all
Run:
./build/main
To open the resulting image you can use (Ubuntu):
xdg-open output.ppm