Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelknap/basic-cloud-shader-example
A basic cloud shader example.
https://github.com/michaelknap/basic-cloud-shader-example
c glew-glfw opengl shaders
Last synced: 7 days ago
JSON representation
A basic cloud shader example.
- Host: GitHub
- URL: https://github.com/michaelknap/basic-cloud-shader-example
- Owner: michaelknap
- License: mit
- Created: 2023-11-06T00:30:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-06T10:05:13.000Z (about 1 year ago)
- Last Synced: 2023-11-07T02:28:06.296Z (about 1 year ago)
- Topics: c, glew-glfw, opengl, shaders
- Language: C
- Homepage:
- Size: 2.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clouds with OpenGL and GLFW
## Description
This program showcases a dynamic cloud rendering using OpenGL and GLFW. The cloud effect is generated using a combination of procedural noise functions in the fragment shader.## Demo
#### Screenshot
![](screenshots/screenshot.jpeg)#### Animated
![](screenshots/24fps.gif)## Prerequisites
Before compiling the program, ensure you've installed the necessary dependencies:- OpenGL libraries
- GLEW
- GLFW## Compile
```bash
git clone https://github.com/michaelknap/basic-cloud-shader-example.git
cd basic-cloud-shader-example
make
./build/clouds
```## License
This project is licensed under the [MIT License](LICENSE).