Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 327 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 327 Bytes

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.