Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Latest commit

 

History

History
52 lines (34 loc) · 1.1 KB

README.md

File metadata and controls

52 lines (34 loc) · 1.1 KB

raytin1w

Crystal CI

Traced image

The repo for Ray tracing in one weekend.

Original Translated

Installation

Clone the repo.

git clone https://github.com/satler-git/RayTin1w.cr.git

And install shards.

cd RayTin1w.cr
shards install

Usage

Write to ppm.

crystal run ./src/raytin1w.cr > image.ppm

Development

shards install
ameba

Contributing

  1. Fork it (https://github.com/satler-git/RayTin1w.cr/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors