Skip to content

prateekgargX/Rendera

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rendera

License: MIT Windows Linux

A raytracing engine written in C++17.

This project was made as a part of the Seasons of Code (SoC) initiative by the WnCC Club at IITB.

Note The project uses some libraries which are added as submodules, to clone this project use

    git clone --recurse-submodules https://github.com/wermos/Rendera.git

To build the project and run locally,

    cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release
    cmake --build build
    ./build/Rendera/Rendera

About

A C++17 ray-tracing engine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.8%
  • CMake 3.2%