Skip to content
/ bsr Public

Basic Shader Renderer for GLSL.

License

Notifications You must be signed in to change notification settings

wasv/bsr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bsr

Basic Shader Renderer for GLSL.

Building

mkdir build
cd build
cmake ..
cmake --build .

Usage

./brr <path to shader file>

The shader file will automatically be reloaded whenever it is written to.

Limitations

  • Resolution is currently hardcoded to 1920x1080 in windowed mode.
  • Only runs on Linux.

About

Basic Shader Renderer for GLSL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published