jcelerier / libisf

C++ library and editor for interactive shader format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libisf

libisf is a library for parsing Interactive Shader Format shaders.

It comes with a visual editor to write and edit such shaders in real-time:

isf editor

Dependencies

libisf

  • C++17-conformant compiler (Xcode 10, VS 2017 15.8, GCC 7+, clang 6+)

Editor

Building

mkdir build
cd build
cmake /path/to/libisf
make -j

Running the editor

./editor

About

C++ library and editor for interactive shader format

License:GNU Affero General Public License v3.0


Languages

Language:C++ 98.9%Language:CMake 1.1%