An open API service indexing awesome lists of open source software.

https://github.com/aarav90-cpu/cpp-liquid-glass

Liquid Glass in C++
https://github.com/aarav90-cpu/cpp-liquid-glass

cpp cpp17 glassmorph glassmorphism-effect glassmorphism-ui glsl glsl-shader liquid-glass

Last synced: about 1 month ago
JSON representation

Liquid Glass in C++

Awesome Lists containing this project

README

          

# C-Liquid-Glass
Liquid Glass in C++

https://github.com/user-attachments/assets/b3308974-980f-421d-8664-cb23c10d0217

# License

This project is licensed under the the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0)

# Version

This project is currently in Beta

# Requiremnets

- CLion Jetbraind IDE (C++ Executable Project) [ Not compulsurry it is just easy for beginers ]
- `glfw-x11`, `base-devel`, `cmake`, `glfw-wayland`, `glew`, `glm`

# Tinting

### To change the Color: Tweak the tintR, tintG, and tintB values (from 0.0 to 1.0) in the C++ loop.

- Gold vibe: 1.0, 0.8, 0.2

- Midnight vibe: 0.1, 0.1, 0.2

### To change the Percent: Modify tintIntensity.

- 0.0 is clear glass.

- 1.0 is a solid, deeply colored jewel.