Skip to content

Ray Tracing in One Weekend with crystal lang. (for learnning)

License

Notifications You must be signed in to change notification settings

satler-git/RayTin1w.cr

Repository files navigation

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

About

Ray Tracing in One Weekend with crystal lang. (for learnning)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published