Winning shaders at Revision 2022 shader showdown

This page summarizes the projects mentioned and recommended in the original post on /r/GraphicsProgramming

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • SHADERed

    Lightweight, cross-platform & full-featured shader IDE

  • Hi corysama, thankx for the comment, there is some truth to that yes for sure. As in, in games you writes more vertex / pixel or "surface" shader and then geom, compute. But I have to somehow disagree in terms of lighting. Sure this is raymarching so geometry is procedurally made in the shader, whereas in game shader it is passed with polygonal 3d model. But the lighting / colour shading calculation are the same as with polygonal geometry (ndotL for diffuse pow(max(reflect(dot(-ld,no)... for specular, calculating normals on fly in shader, etc...) so in that respect it will help for game dev style of shaders. Also I would argue that a lot of animation technique and vfx technique in raymarching shaders are similar / useful / reusable with polygonal geometry, like yanimation based on clamping sin and doing easing etc. Therefore doing raymarching shaders is good for becoming vfx artist / technical artist I guess. You are right though to point out the difference, that's clear. Good shout about shadered.org as well. Cheers!

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Graphics effects in the four elements - Shaders in 2D game

    1 project | /r/IndieDev | 30 May 2023
  • best shader software?

    1 project | /r/shaders | 9 May 2023
  • I am an artist(Code-Illiterate) and want to learn how to write shaders. How do I go about it?

    1 project | /r/GraphicsProgramming | 5 Dec 2022
  • I am developing a GLSL shader editor and I hope you like it!

    3 projects | /r/GraphicsProgramming | 15 Jun 2022
  • Where should I write/edit glsl code?

    1 project | /r/opengl | 5 Mar 2022