https://github.com/jtdowney/ex_ray_tracer
Following The Ray Tracer Challenge in Elixir
https://github.com/jtdowney/ex_ray_tracer
elixir raytracer
Last synced: over 1 year ago
JSON representation
Following The Ray Tracer Challenge in Elixir
- Host: GitHub
- URL: https://github.com/jtdowney/ex_ray_tracer
- Owner: jtdowney
- Created: 2020-07-14T02:47:49.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2021-01-01T14:21:48.000Z (over 5 years ago)
- Last Synced: 2025-02-01T11:41:35.611Z (over 1 year ago)
- Topics: elixir, raytracer
- Language: Elixir
- Homepage:
- Size: 269 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RayTracer
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ray_tracer` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ray_tracer, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/ray_tracer](https://hexdocs.pm/ray_tracer).