Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

wow this game is so cool???? how did you do these shaders??? amazing atmosphere

(1 edit) (+1)

so the ascii shader was a pre-existing asset i used, but it had an off by one error so i actually had to learn how it worked to fix it. the short version is for each pixel the shader gets a grayscale value for a low-res version of the input, and then picks a corresponding pixel from a texture of ascii characters based on the pixel's position.

then there's also different rendering layers and cameras to make some things exempt from another shader that makes things grayscale

thank you for always playing my games :<