All Projects → oxysoft → Retrosuite3d

oxysoft / Retrosuite3d

Licence: mit
Some image effects and shaders to achieve a retro look in Unity

Projects that are alternatives of or similar to Retrosuite3d

Shadergraph Custom Nodes
🔨 Collection of custom nodes for ShaderGraph.
Stars: ✭ 53 (-59.85%)
Mutual labels:  unity, shaders
Matrix Shockwave Shader
Surface shader with tesselation - Tried recreating the shockwave effect in Matrix when Neo takes off.
Stars: ✭ 69 (-47.73%)
Mutual labels:  unity, shaders
Shaders Portal
A showcase of shader effects to replicate portals in different games.
Stars: ✭ 65 (-50.76%)
Mutual labels:  unity, shaders
Langterm
🕹️ WebGL-based VT220 emulator, made as a learning example and frontend for a text adventure
Stars: ✭ 35 (-73.48%)
Mutual labels:  retro, shaders
Unityvolumerendering
Volume rendering, implemented in Unity3D.
Stars: ✭ 102 (-22.73%)
Mutual labels:  unity, shaders
Shadergraph
Unity ShaderGraph project
Stars: ✭ 1,009 (+664.39%)
Mutual labels:  unity, shaders
Collidable Raymarching Terrain
Real time generate collider mesh according shader, it is really useful when you want to interact with your raymarching scene
Stars: ✭ 68 (-48.48%)
Mutual labels:  unity, shaders
Hologramshader
✏️ Test of an hologram material made in Unity.
Stars: ✭ 684 (+418.18%)
Mutual labels:  unity, shaders
Unity Shader Resources List
📋 Unity Shader相关学习资源与链接珍藏 | A list of amazing resources for learning shader writing in Unity.
Stars: ✭ 98 (-25.76%)
Mutual labels:  unity, shaders
Smo Shaders
A collection of shaders to replicate those used in Super Mario Odyssey's Snapshot Mode.
Stars: ✭ 97 (-26.52%)
Mutual labels:  unity, shaders
Outline Effect
Outline Image Effect for Unity
Stars: ✭ 855 (+547.73%)
Mutual labels:  unity, shaders
Unitylibrary
📚 Library of all kind of scripts, snippets & shaders for Unity
Stars: ✭ 1,968 (+1390.91%)
Mutual labels:  unity, shaders
Shaderman
Convert ShaderToy to Unity HLSL/CG
Stars: ✭ 734 (+456.06%)
Mutual labels:  unity, shaders
Gpu Spline Deformation
Baking spline deformation to a texture then applying it to a mesh via a shader.
Stars: ✭ 52 (-60.61%)
Mutual labels:  unity, shaders
Radialprogressbar
Customizable radial progress bar shader for Unity3D. Allows you to set arc range, minimum and maximum colors, textures, radius, and a few more things. Create HP Bars, Speedometers, rank progress, etc!
Stars: ✭ 714 (+440.91%)
Mutual labels:  unity, shaders
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.
Stars: ✭ 11,698 (+8762.12%)
Mutual labels:  unity, shaders
Unity Shadergraph Sandbox
✏️ Collection of ShaderGraph examples for Unity.
Stars: ✭ 525 (+297.73%)
Mutual labels:  unity, shaders
Texturepanner
This repository hosts a shader for Unity3D whose main goal is to facilitate the creation of neon-like signs, conveyor belts and basically whatever based on scrolling textures
Stars: ✭ 528 (+300%)
Mutual labels:  unity, shaders
3dxrayshader unity
Surface shader. Clips a Model with given plane , applies fresnel on clipped part and highlights the cross section.
Stars: ✭ 73 (-44.7%)
Mutual labels:  unity, shaders
Awesome Vrchat
One-stop shop for people interested in developing content for VRchat
Stars: ✭ 107 (-18.94%)
Mutual labels:  unity, shaders

RetroSuite3D

Some image effects and shaders to achieve a retro look in Unity.

This suite contains the following effects and shaders

  • Fixed palette: Define any number of color and it will remap the final image to the defined colors
  • Graded palette: Same as above but a bit more automated, lets you define gradients instead and it will fill in the blanks. You can also set the blending between each gradients. (e.g. AB <-> CD, gradients are created between A and B, and C and D, but you can also adjust a blending constant to blend B and C together, for a more consistant look)
  • Dithering: Lets you set any dithering pattern you want, defined as a pattern image. You can adjust the strength and treshold.
  • Resolution downsampler: Force the final resolution to a defined resolution. NOTE: It will work great with a fixed resolution but will produce varying results with arbitrary resolutions. i.e. the pixel size won't be consistent and might look less (or more) pixelated depending on the size. It is most likely possible to calculate some ratios to enhance the results.
  • Posterize effect: Color quantization, nothing too fancy, quantizes linearly. Non-linear quantization would be a nice feature to achieve different looks.

Open the included scene and observe how it is setup (check the scripts attached to the camera)

Fixed palette Posterization Graded palette

Using reflection probes and simple shapes with checkerboards, you can achieve some serious vaporwave:

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].