Skip to content

kotivas/skygl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SkyGL

OpenGL Status

Project written with OpenGL focused on creating and exploring in-game sky including weather, clouds and atmosphere rendering.

preview

Build & Run

Requirements

  • CMake 4.0+
  • C++20
  • OpenGL >= 4.5
  • GLM, ImGui, GLFW3, GLAD, STB
git clone https://github.com/kotivas/skygl.git
cd skygl
cmake -B build
cmake --build build

Copy the res folder next to the executable, then run it

Planned

  • Procedural weather system
  • Volumetric cloud optimization
  • Night sky
  • Simplify bruneton atmosphere model?

References

About

Opengl real-time sky

Topics

Resources

License

Stars

17 stars

Watchers

1 watching

Forks

Releases

No releases published

Contributors