This website requires JavaScript.
Explore
Help
Sign In
servostar
/
eruption
Archived
Watch
0
Star
0
Fork
You've already forked eruption
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
A physically based path tracing engine written in Rust. The project was a testing ground for my first Vulcan project and it works. Performance is bad but as a first test it did its job.
gpu
graphics
raytracing
This repository has been archived on
2023-12-10
. You can view files and clone it, but cannot push or open issues or pull requests.
9
Commits
2
Branches
0
Tags
4.9
MiB
Rust
83.1%
GLSL
16.9%
074074704a
Branches
Tags
No results found.
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Cite this repository
APA
BibTeX
Cancel
Sven Vogel
074074704a
Add 'README.md'
2023-04-19 09:56:44 +00:00
.idea
drawing a red quad
2023-04-06 15:40:50 +02:00
extra
added extra files
2023-04-14 18:04:27 +02:00
res
finished diffuse pathtracing
2023-04-17 20:02:22 +02:00
src
finished diffuse pathtracing
2023-04-17 20:02:22 +02:00
.gitignore
added files
2023-04-05 11:57:21 +02:00
Cargo.lock
finished diffuse pathtracing
2023-04-17 20:02:22 +02:00
Cargo.toml
finished diffuse pathtracing
2023-04-17 20:02:22 +02:00
README.md
Add 'README.md'
2023-04-19 09:56:44 +00:00
README.md
Eruption
Eruption is a vulkan based pathtracer. It is in an experimental state an may have performance issues