Tamarack🌲
tamarackgames.bsky.social
Tamarack🌲
@tamarackgames.bsky.social
Game dev, music, art
Hey I found this today and it helped me immensely. Seriously thanks
April 1, 2025 at 8:58 PM
The sound sounds really cool and unique
February 21, 2025 at 12:41 AM
Love the color palette
February 4, 2025 at 2:19 PM
Ooo this looks really good
December 3, 2024 at 5:13 PM
Looks great!
October 24, 2024 at 9:46 PM
At a certain point, you have to jam everything into a subviewport
October 23, 2024 at 8:20 PM
Oh woah - really pinging some core memories with that one
October 22, 2024 at 12:21 AM
Relevant part of the shader code:
void fragment() {
vec4 tex = textureLod(map_texture, UV, 0);
ivec2 map_coord = ivec2(tex.rg * 255.0);
COLOR = texelFetch(colours_texture, map_coord, 0);
COLOR.a = tex.a;
}
October 21, 2024 at 4:41 PM