Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac version? #9

Closed
phoddie opened this issue Jan 22, 2021 · 2 comments
Closed

Mac version? #9

phoddie opened this issue Jan 22, 2021 · 2 comments
Assignees

Comments

@phoddie
Copy link
Contributor

phoddie commented Jan 22, 2021

This isn't a bug report but a question. If here's a better place to post it, please let me know.

Your fontbm tool looks great. The rectangle packing is particularly impressive. We use BMFonts in the Moddable SDK to render anti-aliased text on a variety of microcontrollers. Our graphics documentation provides details about the features we use.

To generate BMFonts we usually use Glyph Designer, which is excellent but only available for macOS. We would like to have a single tool that works on all our development environments - macOS, Windows, and Linux. That way we can provide developers with consistent instructions and build integration no matter what platform they develop on.

One member of our community has already been successful using fontbmwith the Moddable SDK on Windows.

So... I wanted to ask if you had plans to support macOS at some point down the road.

Thank you!

@vladimirgamalyan
Copy link
Owner

Hi! Sorry for the late reply =)
Afaik, cmake . / make should be enough for macOS build, at least Travis builds it right (https://travis-ci.org/github/vladimirgamalyan/fontbm/jobs/759773086). Unfortunately I don't have access to macOS to check it by myself, but I believe that there are great chances that everything will be ok 🎅.

@phoddie
Copy link
Contributor Author

phoddie commented Feb 20, 2021

Hey, @vladimirgamalyan - thanks for the reply. @andycarle independently found that what you propose works well on macOS! Very cool. Maybe you can update your build instructions to note that the Linux instructions work for macOS as well.

We are looking at ways we can integrate your fontbm tool into our Moddable SDK build system to automatically generate bitmap fonts at the sizes needed by the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants