🛠️ /tools

Tools & Tech

How'd He Build That?

Though a few costs cannot be avoided, most of these resources are free or budget-friendly! May this list help you “capitalize on your skills and hobbies to survive in a convoluted & unclear prose economy” — Or, Eh…something like that.

Mdx Tester

#version 330

const float PI = 3.1415926535897932384626433832795;

const float waveLength = 20.0;
const float waveAmplitude = 1.0;
const float specularReflectivity = 0.4;
const float shineDamper = 20.0;

layout(location = 0) in vec2 in_position;
layout(location = 1) in vec4 in_indicators;

out vec4 pass_clipSpaceGrid;
out vec4 pass_clipSpaceReal;
out vec3 pass_normal;
out vec3 pass_toCameraVector;
out vec3 pass_specular;
out vec3 pass_diffuse;

uniform float height;
uniform vec3 cameraPos;
uniform float waveTime;
Line one goes until... Next line carries some weight.

Here would be good for a description Duck Duck Go.

Youtube video:

  • blue
  • new
  • green