Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2004seraph/cyanshaderlib
A simple C++17 GLSL shader utility library
https://github.com/2004seraph/cyanshaderlib
library opengl shader-library shader-programming toy-project
Last synced: about 1 month ago
JSON representation
A simple C++17 GLSL shader utility library
- Host: GitHub
- URL: https://github.com/2004seraph/cyanshaderlib
- Owner: 2004seraph
- License: mpl-2.0
- Created: 2022-08-12T14:24:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-12T18:44:15.000Z (10 months ago)
- Last Synced: 2024-04-22T11:24:50.492Z (9 months ago)
- Topics: library, opengl, shader-library, shader-programming, toy-project
- Language: C++
- Homepage:
- Size: 155 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CyanShaderLib - My GLSL Shader Lib
Some basic classes made for my personal use to create OpenGL shaders easily in C++17. Use at your own risk.
## Building
This project uses CMake, you can convert it to a visual studio project to build it using the CMake-gui program, nothing weird should happen, I've tested it.