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
- Host: GitHub
- URL: https://github.com/fryguy/raytracer.cr
- Owner: Fryguy
- License: mit
- Created: 2023-09-17T18:59:45.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-18T21:04:08.000Z (over 2 years ago)
- Last Synced: 2025-03-11T03:53:12.708Z (over 1 year ago)
- Language: Crystal
- Size: 70.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).