Ray Tracer Challenge (Crystal Language)

Gregory N. Houston

To learn and practice using Crystal language, I've started the Ray Tracer Challenge (book by Pragmatic Pub).

Feedback is welcome.

Installation

TODO Write installation instructions here

Usage

run the specs

crystal spec

Some chapters have exercises which are run separately. see below.

Work In Progress:

Development

TODO Write about development experience.

I've been happy with the experience learing and using Crystal.

When developing, use the format tool and ameba:

crystal tool format && ameba && crystal spec

Contributing

  1. Fork it (https://github.com/your-github-user/ray_tracer_challenge/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