Skip to content

misopog/shaderdev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shaderdev
=========

description
-----------
simple enviroment for developing opengl shaders

installation
------------
1. clone the repository:
    git clone https://github.com/misopog/shaderdev.git
    cd shaderdev 

2. install cmake:
    sudo pacman -Syu cmake 

2. build using cmake:
    mkdir build
    cmake ..
    cmake --build .

this will build shaderdev in build/Debug/shaderdev 

usage
-----
edit shaders in shaders/shader.frag and shaders/shader.vert
then launch shaderdev 

todo
----
- reloading shaders while running

credits
-------
- sample shader is from a random guy on codepen i think, i have it on my pc for a long time lol

license
-------
gplv3 license. see license file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages