wangyiyun / Yiyun_Real-time_Cloud_Rendering

Real time cloud rendering in OpenGL compute shader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yiyun's real-time cloud rendering project

Real-time cloud rendering in OpenGL 4.3 compute shader

Currently this project is just a basic ray-caster. Cast ray from the camera in compute shader and intersect with a box.

Reference

This project based on Anton Gerdelan's tutorials, thanks a lot! The tutorial: http://antongerdelan.net/opengl/index.html

Check his source code here: https://github.com/capnramses/antons_opengl_tutorials_book/tree/master/40_compute_shader

I also learn from David Kuri for ray tracing, check his beautiful tutorial here: http://blog.three-eyed-games.com/2018/05/03/gpu-ray-tracing-in-unity-part-1/

Special thanks to Zheming Gu for helping me build the project.

About

Real time cloud rendering in OpenGL compute shader


Languages

Language:C++ 47.5%Language:C 40.8%Language:HTML 8.0%Language:Objective-C 1.4%Language:JavaScript 1.2%Language:CSS 0.9%Language:CMake 0.1%Language:GLSL 0.0%