Skip to content

A post processing shader that renders the scene as ASCII characters in the Godot game engine.

License

Notifications You must be signed in to change notification settings

sjvnnings/godot-ascii-shader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Godot ASCII Post Processing Shader

A post processing shader that renders the scene as ASCII characters in the Godot game engine. Supports GLES2 and GLES3.

Spinning Sphere Rendered Using the Post Processing Effect

Simply throw the shader on a Shader Material and use as a post processing effect as outlined in the Godot documentation.

Since the shader uses a sequence of textures to render the characters, the font can be changed by rasterizing select characters from your chosen font and swapping them with the current textures. Please ensure all character textures are of equal dimensions.

The include character textures are rasterizations of the Courier Prime Bold Italic font, available on Google Fonts and licensed under the Open Font License.

About

A post processing shader that renders the scene as ASCII characters in the Godot game engine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published