Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 2.2 KB

README.md

File metadata and controls

37 lines (24 loc) · 2.2 KB

Realtime Clouds

Experiment with generating clouds in real time on low end computer

About

This is an experiment in recreating procedural clouds that are similar in quality to the ones in Horizon Zero Dawn The core algorithm is very similar to what is described in the various articles on the clouds in Horizen Zero Dawn

As of the writing of this the program runs between ~15-50ms/frame on my chromebook (2.4-GHz Intel Bay Trail-M dual-core N2830) And on my desktop computer it runs ~0.5-2ms/frame (Nvidia GTX 1050)

This project is far from finished, it will still undergo various optimizations and tweaks as well as added functionality The goal is to make this into something that can be used in other projects

Screenshots! (as of 07/12/17)

dec7-1 dec7-2 dec7-3

Resources

I used many different resources while working on this, and I will use many more as it improves

Horizon Zero Dawn Related

The Real Time Volumetric Cloudscapes of Horizon Zero Dawn

Gpu Pro 7 Article

Nubis: Authoring Real-Time Volumetric Cloudscapes with the Decima Engine

Atmospheric Scattering

Shadertoy - Atmosphere System Test - valentingalea

General

Production volume rendering: Book, 2011 Course, 2017 Course

Physically Based Sky, Atmosphere and Cloud Rendering in Frostbite