Skip to content

Android raytracer implemented using a custom view for rendering. The main inspiration for most of the concepts and code came from the book Ray Tracing in One Weekend.

Notifications You must be signed in to change notification settings

ArturoKuang/AndroidRaytracer

Repository files navigation

About

Android raytracer implemented using a custom view for rendering. The main inspiration for most of the concepts and code came from the book Ray Tracing in One Weekend.

Overview

The raytracer currently runs on a single thread, and the only available model is a sphere with a selection of three materials to render from: glass, metal, and lambert.

Demo

demo

TODO

  • Multithreading
  • I/O with obj files and texture
  • Different types of lights and materials

Sources

Ray Tracing in One Weekend

About

Android raytracer implemented using a custom view for rendering. The main inspiration for most of the concepts and code came from the book Ray Tracing in One Weekend.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages