3D movement + retroshader

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

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
  • psx_retroshader

    Shader that "emulates" the rendering style of ps1

  • // https://github.com/dsoft20/psx_retroshader/blob/master/Assets/Shaders/psx-vertexlit.shader const vec2 base_snap_res = vec2(160.0, 120.0); vec4 get_snapped_pos(vec4 base_pos) { vec4 snapped_pos = base_pos; snapped_pos.xyz = base_pos.xyz / base_pos.w; // convert to normalised device coordinates (NDC) vec2 snap_res = floor(base_snap_res * precision_multiplier); // increase "snappy-ness" snapped_pos.x = floor(snap_res.x * snapped_pos.x) / snap_res.x; // snap the base_pos to the lower-vertex_resolution grid snapped_pos.y = floor(snap_res.y * snapped_pos.y) / snap_res.y; snapped_pos.xyz *= base_pos.w; // convert back to projection-space return snapped_pos; }

  • 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

  • Does batocera have a similiar theme that looks as clean as this?

    1 project | /r/batocera | 19 Jun 2023
  • A question about ckau-book theme?

    1 project | /r/batocera | 17 Dec 2022
  • Does anyone know the name of this theme?

    1 project | /r/SBCGaming | 18 Apr 2022
  • Simple30: A New Firmware for the PocketGo S30!

    1 project | /r/SBCGaming | 13 Feb 2021
  • where is my resource directory?

    1 project | /r/OpenMW | 9 Dec 2023