All Projects → TzuChieh → Photon-v2

TzuChieh / Photon-v2

Licence: MIT license
A program that takes photographs of a virtual world.

Programming Languages

C++
36643 projects - #6 most used programming language
java
68154 projects - #9 most used programming language
python
139335 projects - #7 most used programming language
CMake
9771 projects
c
50402 projects - #5 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Photon-v2

Tinyraytracer
A brief computer graphics / rendering course
Stars: ✭ 3,971 (+5194.67%)
Mutual labels:  rendering, computer-graphics, raytracer, raytracing, rendering-engine
C-Raytracer
A CPU raytracer from scratch in C
Stars: ✭ 49 (-34.67%)
Mutual labels:  rendering, computer-graphics, raytracer, raytracing, rendering-engine
Tinykaboom
A brief computer graphics / rendering course
Stars: ✭ 2,077 (+2669.33%)
Mutual labels:  rendering, computer-graphics, raytracer, raytracing, rendering-engine
Diligentengine
A modern cross-platform low-level graphics library and rendering framework
Stars: ✭ 2,142 (+2756%)
Mutual labels:  rendering, renderer, raytracing, ray-tracing
Monte carlo ray tracer
A program with an implemented Monte Carlo Ray Tracer algorithm for global illumination of a virtual 3D scene.
Stars: ✭ 90 (+20%)
Mutual labels:  rendering, raytracing, rendering-engine, ray-tracing
Tinyrenderer
A brief computer graphics / rendering course
Stars: ✭ 11,776 (+15601.33%)
Mutual labels:  rendering, computer-graphics, rendering-engine
f3d
Fast and minimalist 3D viewer.
Stars: ✭ 791 (+954.67%)
Mutual labels:  rendering, raytracing, physically-based-rendering
cadise
A developing physically-based hobby renderer written in C++.
Stars: ✭ 30 (-60%)
Mutual labels:  rendering, ray-tracing, physically-based-rendering
ElkEngine
Simple graphics engine used as submodule in many of my projects
Stars: ✭ 54 (-28%)
Mutual labels:  rendering, rendering-engine, physically-based-rendering
Graphics Algorithm
3D图形学算法Code。包括软渲染、光线追踪、PBR等等~
Stars: ✭ 67 (-10.67%)
Mutual labels:  computer-graphics, renderer, rendering-engine
Nabla
OpenGL/OpenGL ES/Vulkan/CUDA/OptiX Modular Rendering Framework for PC/Linux/Android
Stars: ✭ 235 (+213.33%)
Mutual labels:  rendering, computer-graphics, raytracing
CLUSEK-RT
Vulkan based C++ ray-tracing game engine.
Stars: ✭ 24 (-68%)
Mutual labels:  rendering, computer-graphics, raytracing
photon mapping
minimal but extensible header only implementation of photon mapping in C++
Stars: ✭ 65 (-13.33%)
Mutual labels:  rendering, computer-graphics, raytracing
DuEngine
An efficient interactive C++ renderer for ShaderToy-alike demos with 2D/3D/CubeMap/Video/Camera/LightField/Volume textures. (Partially used in my I3D 2018 papers)
Stars: ✭ 62 (-17.33%)
Mutual labels:  rendering, renderer, raytracing
Pixi.js
The HTML5 Creation Engine: Create beautiful digital content with the fastest, most flexible 2D WebGL renderer.
Stars: ✭ 34,982 (+46542.67%)
Mutual labels:  rendering, renderer, rendering-engine
Flycube
Graphics API wrapper is written in C++ on top of Directx 12 and Vulkan. Provides main features including ray tracing.
Stars: ✭ 78 (+4%)
Mutual labels:  rendering, renderer, raytracing
Voxel Cone Tracing
A real-time global illumination implementation using voxel cone tracing. Implemented in C++ and GLSL.
Stars: ✭ 555 (+640%)
Mutual labels:  renderer, raytracing, ray-tracing
Sort
Simple Open-source Ray Tracer
Stars: ✭ 485 (+546.67%)
Mutual labels:  computer-graphics, raytracing, ray-tracing
LuisaRender
High-Performance Multiple-Backend Renderer Based on LuisaCompute
Stars: ✭ 47 (-37.33%)
Mutual labels:  rendering, renderer, ray-tracing
Tinyraycaster
486 lines of C++: old-school FPS in a weekend
Stars: ✭ 1,383 (+1744%)
Mutual labels:  rendering, computer-graphics, rendering-engine

Photon-v2 Renderer


Bathroom Scene Rendered with Photon-v2 (based on Salle de bain scene by nacimus)

What is Photon-v2

Photon-v2 is a rendering engine made out of my personal interest in computer graphics. A rendering engine is what takes geometrical descriptions and material properties of a 3-D scene as input, and outputs a 2-D image of that scene from a specific point of view. In layman's terms, it is like taking a photograph, except the scene and the camera are both computer simulated. This project is actively being developed and more features are expected to come.

Supported Platforms: Windows, Linux, macOS

Master branch Develop branch
CI Status Build Status Build Status

Useful Links

Contributing

If you want to get involved and is looking for a place to start, the issues page might be of interest to you. I am glad to provide detailed guidance on any of them.

Scene Description Language

The scene description language (SDL) designed by T.C. Chang can be stored into a text file (.p2 filename extension) and loaded by Photon-v2 for rendering. To create a scene, you can either open up a text file and start writing right away (visit "./scenes/" for reference) or install the Blender addon (in "./BlenderAddon/"), which contains a .p2 file exporter and a material editor currently.

About the Author

Development Blog | YouTube Channel | Facebook Page

If you use Photon in your research project, you are hightly encouraged to cite it using the following BibTeX template:

@misc{Photon,
	Author = {Tzu-Chieh Chang},
	Year   = {2016--2019},
	Title  = {Photon renderer},
	Note   = {https://github.com/TzuChieh/Photon-v2}
} 

Feel free to send me an e-mail ([email protected]) for any questions or ideas about my project (=

Support the Project:

  • BTC: 123ZDDMB38XcbPG3Q1fEH5WWHdMroYVuFm
  • ETH: 0x0ea47ec84f6abb0cee20a54dedfa8f286731c1f2

HitCount

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].