Skip to content

tana/vimtracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ray tracer in Vim Script

This is a ray tracer written in pure vim script. Spheres, shadows, point lights and reflections are implemented.

Currently, the scene and image size (256x256) are hard-coded.

image

Usage

  1. open tracer.vim in Vim
  2. run command :source %

The result will be saved into image.ppm as a PPM image file (P3 format).

About

Ray tracer in Vim Script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published