Skip to content

arunpatro/raybench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

raybench

benchmarking cpp-vs-rust for graphics tasks

build and run

For cpp projects, we use CMake as a build tool. For the bvh task:

cd cpp/bvh
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make; ./bvh

For rust projects, look at the main() in main.rs, and choose which task to do

cd rust
cargo run --release

About

comparing cpp vs rust for graphics tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published