All Projects → tsoding → ray-tracer

tsoding / ray-tracer

Licence: MIT license
My ongoing effort to learn how to make Ray Tracers

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to ray-tracer

workshop-subscription-system
No description or website provided.
Stars: ✭ 28 (+100%)
Mutual labels:  hacktoberfest2020
Footnote
Simple SwiftUI + CoreData app
Stars: ✭ 38 (+171.43%)
Mutual labels:  hacktoberfest2020
Geektoberfest-Main
This is the starting point of Geektoberfest! Have a look at the readme for Rules and Guidelines, you can also contribute to the collaborative website in this repo!
Stars: ✭ 12 (-14.29%)
Mutual labels:  hacktoberfest2020
spamtoberfest
Fight against PR spammers
Stars: ✭ 51 (+264.29%)
Mutual labels:  hacktoberfest2020
Hacktoberfest-Algorithms
This repository is mainly open to those who are looking to make some PRs for the Hacktoberfest 2020 event. In this repository, you can add programs on some useful algorithms for Competitive Programming in any languages.
Stars: ✭ 47 (+235.71%)
Mutual labels:  hacktoberfest2020
Hacktoberfest-2020-Baby
No description or website provided.
Stars: ✭ 31 (+121.43%)
Mutual labels:  hacktoberfest2020
QuickBooks-V3-DotNET-SDK
.Net SDK for QuickBooks REST API v3 services
Stars: ✭ 90 (+542.86%)
Mutual labels:  hacktoberfest2020
ui-design-daily
abdulqudus001.github.io/ui-design-daily/
Stars: ✭ 21 (+50%)
Mutual labels:  hacktoberfest2020
styles
A collection of cool effects in html, css and javascript.
Stars: ✭ 35 (+150%)
Mutual labels:  hacktoberfest2020
Web-App
A Web Application foundation for Raku
Stars: ✭ 21 (+50%)
Mutual labels:  hacktoberfest2020
CBJ Smart-Device Resources
🧰 Have you ever wondered if there is an open-source project to make your own smart home?, cause you just found part of one!. This part is in charge of general resources like instructions to prepare the smart devices.
Stars: ✭ 18 (+28.57%)
Mutual labels:  hacktoberfest2020
Algoflow
Algorithm Visualizer
Stars: ✭ 21 (+50%)
Mutual labels:  hacktoberfest2020
HacktoberFest2021
hacktoberfest-accepted repository
Stars: ✭ 25 (+78.57%)
Mutual labels:  hacktoberfest2020
Recursion-Tree-Visualizer
A simple python package that helps to visualise any recursive function by adding a single line of code.
Stars: ✭ 89 (+535.71%)
Mutual labels:  hacktoberfest2020
o-fish-ios
iOS app for the Officer's Fishery Information Sharing Hub (O-FISH). The mobile app allows fisheries officers to document and share critical information gathered during a routine vessel inspection.
Stars: ✭ 28 (+100%)
Mutual labels:  hacktoberfest2020
AzSubscriptionCleaner
Delete automatically the useless resources in your Azure subscription.
Stars: ✭ 29 (+107.14%)
Mutual labels:  hacktoberfest2020
Inheritance-2020
Official Repository for Inheritance Submissions 2020
Stars: ✭ 18 (+28.57%)
Mutual labels:  hacktoberfest2020
DockerENT
The only open-source tool to analyze vulnerabilities and configuration issues with running docker container(s) and docker networks.
Stars: ✭ 124 (+785.71%)
Mutual labels:  hacktoberfest2020
Logan1x.github.io
Personal Portfolio Website 🌐
Stars: ✭ 122 (+771.43%)
Mutual labels:  hacktoberfest2020
hello-world-all-programming-language
This is a repository of examples of hello world programs in all programming languages
Stars: ✭ 23 (+64.29%)
Mutual labels:  hacktoberfest2020

Tsoding Build Status

Ray Tracer in pure (99.999%) C++

Quick Start

$ nix-shell                            # Only if you are on NixOS
$ mkdir build && cd build/
$ cmake ..
$ make
$ ./ray-tracer ../scene.txt            # for preview mode
$ ./ray-tracer ../scene.txt output.ppm # for final rendering
$ feh output.ppm
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].