A downloadable tool

Tool to swap out GameMaker's native SDF text rendering for MSDF text rendering, an improved technique that retains sharp corners and generally leads to a higher quality render.

This tool can be used as "codeless". Included in the package are instructions for replacing GameMaker's existing shaders to enable rendering of MSDF fonts without needing to set custom shaders. This tool works with `draw_text()` and does not require you to rewrite any code.

For more information, please see the GitHub repo or the `Msdf Setting Up` Note asset found in the package itself.

Published 2 days ago
StatusReleased
CategoryTool
AuthorJuju
TagsGameMaker

Download

Download
msdf_1_0_0.yymps 67 kB

Install instructions

1. Download .yymps
2. Import into your GameMaker project.
3. Read the `Msdf Setting Up` Note asset for further setup instructions or visit the GitHub repo.