Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mulimoen/raycaster
https://github.com/mulimoen/raycaster
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mulimoen/raycaster
- Owner: mulimoen
- License: mit
- Created: 2018-07-04T12:36:31.000Z (over 6 years ago)
- Default Branch: updated
- Last Pushed: 2020-10-20T19:34:27.000Z (over 4 years ago)
- Last Synced: 2024-10-15T21:38:57.109Z (3 months ago)
- Language: Rust
- Size: 14.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RayCaster
This program implements a simple raytracer in OpenGL using [Glium](https://github.com/tomaka/glium). See also the [abstract](abstract.pdf)(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](https://github.com/Gekkio/imgui-rs) interface
* A simple reader of legacy VTK files
* Rotate and translate camera using [Arcball](https://github.com/Twinklebear/arcball)## Building
cargo build --release## Running
cargo run --releaseThis project was a part of the Computer Graphics course (spring 2017) at Uppsala University