GlslViewer is a flexible console-base OpenGL Sandbox to display 2D/3D GLSL shaders without the need of an UI. You can definitely make your own UI or wrapper using the Python Module (include) or any other tool that communicates back/forth with glslViewer through the standard POSIX console In/Out or OSC.
Joing #GlslViewer channel on shader.zone discord to learn how to use it, share work and get help.
GlslViewer gives support to:
Convention:
Patricio Gonzalez Vivo: github | twitter | instagram | website
Thanks to:
Mihai Sebea and Bertrand Carré for making the Windows compile happen
Karim Naaki lot of concept and code was inspired by this two projects: fragTool and hdreffects
Doug Moen he help to add the compatibility to ShaderToy shaders and some RayMarching features were added for his integration with his project: curv.
Wray implement the OSC listener feature, opening GlslViewer to an entire new ways of communicating and interacting with other apps, devices and ecosystems.
Yvan Sraka for putting the code in shape and setting it up for TravisCI.
Andsz for Spherical Harmonics code from Spherical Harmonics Playground
Syoyo Fujita for the work on tinyobjloader v1.0.x
Morgan McGuire's for the OBJ models on Computer Graphics Archive
Philip Rideout and Romain Guy general generosity to share their code and experience
Sergei B for adding support for Audio textures