/raycaster.py

Primary LanguagePythonMIT LicenseMIT

compile/run C++ version: (you need to install clang, which we have instructions for here)

clang test.cpp -o test.exe -std=c++20 -lpy_daxa -O3
./test.exe

run Python version:

python ./test.py