-
Description
An ancient ray tracer that I finally put in public. -
Status:
Still in development, near beta status.
- Like any ancient ray tracers posses.
- install git
- install cmake
- install python
- pip install scons
- pip install nucleotide
- git clone http://github.com/dmilos/IceRay.git
- git submodule init
- git submodule update
- Build using SCons
- cd $/build/scons/cdll
- scons
- Build using CMake (recommended)
- cd $/build/cmake
- run make-all.bat on Windows
- run make-all.sh on Unix
- cd $
- run $\install\script\IceRay\env-set.bat on Windows
- run $/install/script/IceRay/env-set.sh on Unix
- put //src and //example in to PYTHONPATH path
- Not covered by env-set.(bat/sh) scripts
- run some examples in //example/test2








































































































































