A (toy) ray tracer in Java
- A better CLI?
- Scene files as CLI options
- Instrumentation
- Metrics
- Logging
- Refactoring
- More idiomatic Java
- Better variable names
Shape
is a catch-all inScene
- that should be a better abstraction
- Java 11?
- External scene files (OBJ? PLY? STL? Something else?)
- Will need to add generic triangle meshes
- ANTLR parsing
- Moving images
- Dynamic camera
- Distributed cluster (Akka? gRPC? HTTP?)