All Projects → marmitoTH → Godot Psx Shaders

marmitoTH / Godot Psx Shaders

Licence: mit
PSOne visuals through shaders in Godot 3.1

Labels

Projects that are alternatives of or similar to Godot Psx Shaders

Soicbite
A compact PCB footprint which allows SOIC test clips to be used as a space-efficient programming and debugging connector
Stars: ✭ 161 (-12.97%)
Mutual labels:  glsl
Shader Printf
Simple printf functionality for GLSL.
Stars: ✭ 170 (-8.11%)
Mutual labels:  glsl
Metaballs
Unity 3D implementation of metaballs and marching cubes algorithm
Stars: ✭ 178 (-3.78%)
Mutual labels:  glsl
Starwars.android
This component implements transition animation to crumble view into tiny pieces.
Stars: ✭ 1,942 (+949.73%)
Mutual labels:  glsl
Processing Shader Examples
A collection of GLSL shaders and how to use them in Processing sketches
Stars: ✭ 167 (-9.73%)
Mutual labels:  glsl
Spirv Vm
Virtual machine for executing SPIR-V
Stars: ✭ 173 (-6.49%)
Mutual labels:  glsl
Glsl Godrays
This module implements a volumetric light scattering effect(godrays)
Stars: ✭ 155 (-16.22%)
Mutual labels:  glsl
Godot 3 2d Crt Shader
A 2D shader for Godot 3 simulating a CRT
Stars: ✭ 183 (-1.08%)
Mutual labels:  glsl
Glsltuto
GLSL shaders tutorial
Stars: ✭ 168 (-9.19%)
Mutual labels:  glsl
Hsva Unity
A Hue Saturation Value adjustment shader for Unity. Useful for making lots of character colors.
Stars: ✭ 177 (-4.32%)
Mutual labels:  glsl
Sparkle
🎇 A modern particle engine running on GPU, using c++14 and OpenGL 4.4.
Stars: ✭ 162 (-12.43%)
Mutual labels:  glsl
Fragment
Live Code Graphics via GLSL Fragment Shaders
Stars: ✭ 166 (-10.27%)
Mutual labels:  glsl
React Regl
React Fiber Reconciler Renderer for Regl WebGL
Stars: ✭ 171 (-7.57%)
Mutual labels:  glsl
Gaiasky
Mirror of Gaia Sky repository hosted on Gitlab: https://gitlab.com/langurmonkey/gaiasky
Stars: ✭ 162 (-12.43%)
Mutual labels:  glsl
Glsl Noise
webgl-noise shaders ported to work with glslify
Stars: ✭ 179 (-3.24%)
Mutual labels:  glsl
Graphite
A parallel, distributed simulator for multicores.
Stars: ✭ 157 (-15.14%)
Mutual labels:  glsl
Gpu.js
GPU Accelerated JavaScript
Stars: ✭ 13,427 (+7157.84%)
Mutual labels:  glsl
Vim Glsl
Vim runtime files for OpenGL Shading Language
Stars: ✭ 184 (-0.54%)
Mutual labels:  glsl
Varjo
Lisp to GLSL Language Translator
Stars: ✭ 181 (-2.16%)
Mutual labels:  glsl
Filters4processing
Useful GLSL filters adapted for Processing
Stars: ✭ 177 (-4.32%)
Mutual labels:  glsl

godot-psx-shaders

Godot PSX Shaders

About

With those shaders you're able to emulate PSOne graphic limitations inside Godot engine. There's a bunch of parameters to tweak, like mesh resolution, vertex cull distance, specular intensity, reflection intensity(reflections are done via CubeMap), alpha scissor and so on. They're not hard to use and pretty self explanatory. For some reason, GitHub is not accepting any of my gifs.

Limitations

No real-time shadows support, shading at top-dow view looks kinda broken, CubeMap reflection doesn't work in editor sometimes.

Tips

Disable all texture filters, use low resolution textures, disable real-time shadows to avoid a lot of glitches, if you don't want any shading just replace diffuse_lambert_wrap for unshaded.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].