obvhs
BVH Construction and Traversal Library
File Explorer
Download Latest Version (.zip)- kitchen.mtl
- kitchen.obj.zst
- debug.rs
- load_obj.rs
- basic_bvh2.rs
- basic_cwbvh.rs
- cornell_box_cwbvh.rs
- demoscene.rs
- obj_cwbvh.rs
- physics.rs
- builder.rs
- insertion_removal.rs
- leaf_collapser.rs
- mod.rs
- node.rs
- reinsertion.rs
- builder.rs
- bvh2_to_cwbvh.rs
- mod.rs
- node.rs
- simd.rs
- traverse_macro.rs
- mod.rs
- morton.rs
- rebuild.rs
- aabb.rs
- faststack.rs
- lib.rs
- ray.rs
- rt_triangle.rs
- splits.rs
- test_util.rs
- triangle.rs
- mod.rs
- .gitignore
- Cargo.toml
- demo.jpg
- LICENSE-APACHE
- LICENSE-MIT
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/DGriffin91/obvhs
Downloads the entire project code from GitHub to your computer.
cd obvhs
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo build --release
Compiles the Rust project.
cargo run
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
