sacredbanana / Shade

OpenGL GLSL shader viewer for Nintendo Switch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shader

What's this?

This is a OpenGL GLSL shader viewer compatible with shaders written for Bonzomatic by Gargaj, which is a program where you can write a 2D fragment/pixel shader while it is running in the background. Bear in mind FFT is not currently supported so don't expect your shaders to dance to the music.

Building

  • Install and set up devkitPro
  • Run (sudo) (dkp-)pacman -S libnx switch-mesa switch-glad to install the required libraries
  • Run make to compile and build
  • Transfer Shader.nro to your Switch
  • (optional) Enjoy

Credits and acknowledgements

Original / parent project authors

Libraries and other included software

These software are available under their respective licenses.

The remainder of this project code was (mostly, I guess) written by Gargaj / Conspiracy and is public domain.

Contact

Email me at cameronscottarmstrong@gmail.com

About

OpenGL GLSL shader viewer for Nintendo Switch

License:Other


Languages

Language:C 70.2%Language:C++ 27.4%Language:Makefile 1.8%Language:GLSL 0.6%