Specula  v0.1.0
C++20 Pathtracing Renderer
Specula

GitHub Workflow Status Codecov Docscov GitHub tag (latest SemVer) GitHub release (latest by SemVer) GitHub commit activity GitHub issues GitHub

Releases · Issues · Documentation

About the Project

Getting Started

Usage

For more examples, please refer to the Documentation

Contributing

Contributions are what make the open source community such an amazing place to be, learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the project
  2. Create your feature branch (git checkout -b feature/<my-feature>)
  3. Make your changes
    1. Configure the code with CMake (mkdir build && cd build && cmake ..)
    2. Compile the code with GNU Make (make)
    3. Test your changes with CTest (make test)
  4. Commit your changes (git commit -m "<my-commit-message>")
  5. Push to the branch (git push origin feature/<my-feature>)
  6. Open a pull request