An open API service indexing awesome lists of open source software.

https://github.com/fryguy/raytracer.cr

An implementation of The Ray Tracer Challenge, by Jamis Buck, in the Crystal programming language
https://github.com/fryguy/raytracer.cr

Last synced: about 1 year ago
JSON representation

An implementation of The Ray Tracer Challenge, by Jamis Buck, in the Crystal programming language

Awesome Lists containing this project

README

          

# raytracer.cr

This repository is an implementation of [The Ray Tracer Challenge](http://raytracerchallenge.com/), by Jamis Buck, in the Crystal programming language.

## Contributing

1. Fork it ()
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

- [Jason Frey](https://github.com/Fryguy) - creator and maintainer

## License

The project is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).