Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
A jam submission

MSDF Text Rendering for GameMakerView project page

Submitted by Juju (@jujuadams) — 21 days, 15 hours before the deadline
Add to collection

Play asset pack

MSDF Text Rendering for GameMaker's itch.io page

Link to public repository (Github, Bitbucket, etc)
https://github.com/jujuadams/Msdf

Link to documentation
https://github.com/JujuAdams/Msdf/blob/main/README.md

Do you have a demo (or example) in your project?
["Yes"]

Leave a comment

Log in with itch.io to leave a comment.

Comments

Host

During review of the submission on Stream, attempting to work alongside with the project repo directly has yielded some unexpected issues. At first it seemed like it was user error, but upon further testing and retries, it seems that this was not thoroughly tested to ensure that:
- msdf-atlas-gen.exe has fully ran its course and generated the JSON output (received 0 bytes upon testing myself)
- Does not crash whenever more than one font is being processed (it in fact, did crash when I tried with generating 2 fonts)

There may be some user error handling here, but I was able to confirm that the JSON output was definitely being taken in too early.