libisf

所属分类:C/C++工具库
开发工具:C++
文件大小:2569KB
下载次数:0
上传日期:2020-03-20 20:43:46
上 传 者sh-1993
说明:  libisf,用于交互式着色器格式的C++库和编辑器
(libisf,C++ library and editor for interactive shader format)

文件列表:
CMakeLists.txt (1486, 2020-03-21)
LICENSE (34520, 2020-03-21)
editor (0, 2020-03-21)
editor\audio_reader.hpp (2954, 2020-03-21)
editor\camera_reader.hpp (356, 2020-03-21)
editor\code_editor.hpp (2118, 2020-03-21)
editor\control_factory.hpp (5616, 2020-03-21)
editor\image_surface.hpp (1418, 2020-03-21)
editor\main.cpp (325, 2020-03-21)
editor\material.hpp (908, 2020-03-21)
editor\resources.qrc (126, 2020-03-21)
editor\resources (0, 2020-03-21)
editor\resources\default.jpg (96768, 2020-03-21)
editor\shader.hpp (2660, 2020-03-21)
editor\shader_item.hpp (7756, 2020-03-21)
editor\shader_node.hpp (569, 2020-03-21)
editor\video_reader.hpp (594, 2020-03-21)
editor\window.hpp (5944, 2020-03-21)
screenshot.png (2499240, 2020-03-21)
src (0, 2020-03-21)
src\isf.cpp (23574, 2020-03-21)
src\isf.hpp (2711, 2020-03-21)
src\sajson.h (68675, 2020-03-21)
tests (0, 2020-03-21)
tests\glsl450.cpp (5090, 2020-03-21)

# libisf libisf is a library for parsing [Interactive Shader Format](https://www.interactiveshaderformat.com) shaders. It comes with a visual editor to write and edit such shaders in real-time: ![isf editor](https://raw.githubusercontent.com/jcelerier/libisf/master/screenshot.png) ## Dependencies ### libisf * C++17-conformant compiler (Xcode 10, VS 2017 15.8, GCC 7+, clang 6+) ### Editor * CMake * Qt 5 * [KTextEditor](https://api.kde.org/frameworks/ktexteditor/html/index.html) (optional, for a nice syntax highlighting) * [QML Creative Controls](https://github.com/jcelerier/qml-creative-controls) (optional, to show UI controls for shaders) ## Building mkdir build cd build cmake /path/to/libisf make -j ## Running the editor ./editor

近期下载者

相关文件


收藏者