Exploring raycasters and possibly make a little "doom like" game based on it.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
raycaster/assets/shaders
Zed A. Shaw dac9b1b3de rcrnstn found a way to make the shaders work under MESA by forcing the version number to 120 and no default params in functions. 24 hours ago
..
flame_trash.frag rcrnstn found a way to make the shaders work under MESA by forcing the version number to 120 and no default params in functions. 24 hours ago
lightning_attack.frag rcrnstn found a way to make the shaders work under MESA by forcing the version number to 120 and no default params in functions. 24 hours ago
rayview_sprites.frag Rayview now uses the shader manager. 2 weeks ago
ui_error.frag Shaders now are managed by a manger that can do hot reloading and it also will detect a bad shader and use an ERROR shader so you know it's busted visually. 2 weeks ago
ui_shader.frag I think this is the best I can do for a hover vs. click shader effect. Just do it in a shader based on a uniform setting. 2 weeks ago
ui_shape_shader.frag Shaders now are managed by a manger that can do hot reloading and it also will detect a bad shader and use an ERROR shader so you know it's busted visually. 2 weeks ago