The repo for Ray tracing in one weekend.
Clone the repo.
git clone https://github.com/satler-git/RayTin1w.cr.gitAnd install shards.
cd RayTin1w.cr
shards installWrite to ppm.
crystal run ./src/raytin1w.cr > image.ppmshards install
ameba- Fork it (https://github.com/satler-git/RayTin1w.cr/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
- satler-git - creator and maintainer
