GithubHelp home page GithubHelp logo

scoobadood / shady Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 2.63 MB

A simple implementation of a visual shader graph tool.

License: GNU General Public License v3.0

CMake 3.85% C++ 95.54% C 0.61%

shady's Introduction

Shady

What?

A simple implementation of a visual shader graph tool. Shady:

  • Allows visual editing of shader graphs
  • Allows interactive experimentation with shader settings in real time.
  • Is extensible, adding new shaders/effects will be straight forward.
  • Allows save and load of shader graphs.

Why?

Not because the world needs one so much as that I need to build one. It's a playground for testing shader ideas, experimenting and learning.

Current Features

Shady! is very much a work in progress. Right now it has a minimal set of transforms, basically beyond save and load it suports only Brightness and RGBA channel splitting.

The focus at the moment is to get the core capabiities of load/edit/save working correctly before expanding the number and types of supported transforms.

Planned Features

The current TODO list is really just implementing core editing functionality:

  • Implement the Save menu
  • Allow editing of Config in nodes
  • Allow editing names
  • Enable force re-evaluation of graph/nodes

After that there will be more xforms

  • Contrast/Blur/Sharpen/Curves, LUTs
  • Custom shaders (BYO GLSL)

Supported Platforms

Currently Shdy! is supported on my M1 MacBook Pro :)

The libraries I'm using are more or less platfrom independent and so cross-platfrom support should be straightforward but it's not my primary focus right now. A sufficiently motivated engineer should be able to port it to Linux or Windows flavours.

Dependencies

* OpenGL 4.1   : Because.
* GLFW         : To handle windowing and context
* ImGui        : For UX widgets.
* STB          : Single file for load and save of images
* NlohmanJson  : `JSON` parsing for loading saved graphs.

The story so far

shady's People

Contributors

scoobadood avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.