Skip to content

mulimoen/RayCaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RayCaster

This program implements a simple raytracer in OpenGL using Glium. See also the abstract(PDF) for a short description of the program.

Features

  • Maximum Intensity Projection
  • Isosurface extraction
  • Rendering of instanced packed cubes
  • Noise texture
  • Tweaking of parameters with Dear Imgui interface
  • A simple reader of legacy VTK files
  • Rotate and translate camera using Arcball

Building

cargo build --release

Running

cargo run --release

This project was a part of the Computer Graphics course (spring 2017) at Uppsala University

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages