Skip to content

C++ library and editor for interactive shader format

License

Notifications You must be signed in to change notification settings

jcelerier/libisf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published