glsl-shader
There are 139 repositories under glsl-shader topic.
lettier/3d-game-shaders-for-beginners
🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
patriciogonzalezvivo/thebookofshaders
Step-by-step guide through the abstract and complex universe of Fragment Shaders.
patriciogonzalezvivo/lygia
LYGIA, it's a granular and multi-language (GLSL, HLSL, WGSL, MSL and CUDA) shader library designed for performance and flexibility
vanrez-nez/awesome-glsl
:sparkler: Compilation of the best resources to learn programming OpenGL Shaders
MasayukiSuda/Mp4Composer-android
This library generate an Mp4 movie using Android MediaCodec API and apply filter, scale, trim, transcode, crop, timeScale, mute and rotate Mp4.
FunTechInc/use-shader-fx
⚡️ More fx, Less GLSL
MannaYang/AudioVideoCodec
一款视频录像机,支持AudioRecord录音、MediaCodec输出AAC、MediaMuxer合成音频视频并输出mp4,支持自动对焦、屏幕亮度调节、录制视频时长监听、手势缩放调整焦距等
willstall/30-days-of-shade
30 days of shaders in GLSL using GLSLCanvas
moonraker22/my-three-js-journey
A repo for my THREE JS journey from Bruno Simon 🍔
vicrucann/shader-3dcurve
:dizzy: GLSL shader that enables drawing of thick and smooth lines/curves in 3D (OpenSceneGraph visualization)
davidwparker/programmingtil-webgl
Code for ProgrammingTIL WebGL Screencasts
patriciogonzalezvivo/ada
A general porpose OpenGL app library
ifinver/FinEngine
Android simple graphics interface for Unity or Cocos2d
Aurealis-Graphics/Lux-Shader
A Minecraft shader pack based on the popular BSL shader pack, adding quality of life additions and tweaks.
ektogamat/threejs-vanilla-holographic-material
A simple to use holographic material for vanilla threejs
Warinyourself/lightdm-webkit-theme-osmos
Osmos - lightdm greeter theme based on GLSL.
ehsankamrani/vandaengine
Vanda Engine is an open source 3D Game Engine for Windows. It's free for both commercial and personal use.
podgorskiy/ShaderBoiler
Aimed to eliminate preprocessor hell in shaders and kernels.
Constantor/fractals3d
3D fractals viewer desktop application
DrDesten/DrDestens_McShader
A high performace gameplay-oriented shader. Very configurable.
akhunovaa/cubecraft
My Game Engine tested via my Cubecraft Game
spleennooname/webgl-clubber-demo
:loud_sound:¸¸♬·¯·♩¸¸♪·¯·♫¸¸A WebGL audio/reactive experiment, where rhythm and melody are computed in MIDI bands and redirected to a GLSL shader♬·¯·♩¸¸♪·¯·♫¸¸:loud_sound:
MadEqua/opengl-terrain-demo
Modern OpenGL terrain rendering for learning purposes.
voidtuxic/YALCT
Yet Another Live Coding Tool - Powered by Veldrid and elbow grease
humanbydefinition/p5js-ascii-renderer
A fast and customizable p5.js ascii renderer utilizing a GLSL shader
archo5/hlsloptconv
HLSL optimizing converter
cubosphere/cubosphere-code
3D puzzle game restored from ashes (code base)
kivutar/go-msdf-example
An example implementation of rendering text with the multi channel signed distance field technique
Frederoche/WebGL-Map
An attempt to make a world map in webgl
frguthmann/VirtuaLightJS
A 3D engine created from scratch in WebGL
knupel/Shader
Processing shader framework
spleennooname/vec4-glsl-webgl-group
main repository for vec4 - GLSL / WebGL / Creative Coding Facebook Group
donnerbrenn/Game-of-Life-GLSL
Can we use GLSL Shaders to compute Conways Game of Life? Yes, we can! Also we use SFML for very easy access to shaders and OpenGL
TheFlyingPiano99/HomebrewGraphicsEngine
A grahics/videogame engine writen in C++ using OpenGL.
wenxiaoming/YUVRender
This project uses GPU to convert YUV to RGB for rendering on Android platform.