The repo for Ray tracing in one weekend.
Clone the repo.
git clone https://github.com/satler-git/RayTin1w.cr.git
And install shards.
cd RayTin1w.cr
shards install
Write to ppm.
crystal run ./src/raytin1w.cr > image.ppm
shards 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