Skip to content
/ shady Public

A GTK+ shader editor, that aims for Shadertoy.com compatibility (and more…)

License

Notifications You must be signed in to change notification settings

heyjuvi/shady

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c635bf2 · Aug 26, 2021
May 4, 2020
Aug 14, 2018
Aug 26, 2021
Mar 31, 2020
Jul 24, 2018
Mar 15, 2016
Sep 13, 2020
Mar 31, 2020
Mar 31, 2020
Aug 23, 2018
Mar 26, 2020
Mar 30, 2020
Feb 8, 2019

Repository files navigation

About

Shady is a GLSL shader editor, that aims to be fully compatible with https://shadertoy.com.

Screenshot of Shady

(Future) Features

  • Full Shadertoy.com support
  • Non-freezing, very responsive UI, no matter what is compiled or rendered
  • Integrated Shadertoy.com search
  • Live coding mode (i.e. coding in fullscreen mode)
  • GLSL version switching
  • Time sliding when paused
  • Optimized syntax highlighting (e.g. for swizzling) and error presentation

For not yet implemented features, please have a look at the current issues.

Building instructions

Install dependencies

Ubuntu:

sudo apt install meson valac libsoup2.4-dev libgtksourceview-4-dev glslang-dev libjson-glib-dev

Fedora:

sudo dnf install gcc-c++ meson vala libsoup-devel gtksourceview4-devel glslang-devel json-glib-devel

Arch Linux:

sudo pacman -S meson vala libsoup gtksourceview4 glslang json-glib

Meson

Run the following lines:

meson build
cd build
ninja
ninja install

Flatpak

In order to build a flatpak of Shady, you need to have an up-to-date GNOME Sdk and Platform installed. Then run the following command:

flatpak-builder build-dir org.hasi.shady.json

To run the flatpak locally, run:

flatpak-builder --run build-dir org.hasi.shady.json shady

Contributing

You want to help us? Nice! You're very welcome. Please contact us (for example on Twitter @misterdanb) so we can better discuss, what needs to be done and how you can do it.

Donate

We'd also like to point you to our Patreon, which is mostly intended to finance some infrastructure like the domain and the server.