raytracing

A test for ray tracing

https://github.com/greatinfluence/raytracing

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (2.8%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

A test for ray tracing

Basic Info
  • Host: GitHub
  • Owner: greatinfluence
  • Language: C++
  • Default Branch: master
  • Size: 120 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 4 years ago · Last pushed over 3 years ago
Metadata Files
Readme Citation

README.md

RayTracing

This is a simple C++ ray tracing learning project.

It's based on Visual Studio 2022.

Current Performance

Picture generated by CPU

Picture generated by GPU

Used Submodules

  • glm for math support (has been removed from GPU side)
  • stb_image for picture reading/writing
  • Dear ImGui not incorporated yet, maybe will be used someday (has been removed from GPU side)
  • YAML cpp for scene storage

Acknowledgement

The knowledge used is basically from:

Owner

  • Login: greatinfluence
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Yuan"
  given-names: "Mengyu"
title: "RayTracer"
version: 1.0.0
date-released: 2022-11-30
url: "https://github.com/greatinfluence/RayTracing"

GitHub Events

Total
Last Year