GitXplorerGitXplorer
t

RayTracing

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
12e5d8339c5ba67b18f0e497be61b354f89484fd

Merge pull request #1 from tanganke/imgbot

ttanganke committed 4 months ago
Verified
75c9e3a40607f070877f497686a2adc5a1dc06fb

[ImgBot] Optimize images

IImgBotApp committed 4 months ago
Verified
876180439cbc2a6241735d18de6e0eb9e2f11e96

Update README.md

ttanganke committed 3 years ago
Verified
9a855eed5bfc6f8acad3407e2be251a08fe86eca

Create cmake.yml

ttanganke committed 3 years ago
Unverified
291dda823c8d6a0ae513faca8f6bf2333b406f1f

update

ttanganke committed 3 years ago
Unverified
62497190e7d17d0a861604991e414c7691111d3c

update images

ttanganke committed 3 years ago

README

The README file for this repository.

Ray Tracing

Test Results

Notes

reference:

requirements:

  • cmake
  • c++ 20 compiler

library dependencies:

  • glm : vector and matrix(column major) data types, linear algebra algorithms
  • stb_image/stb_image_write : read/write image
  • assimp : import 3D model
  • boost
  • indicators
  • catch2