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

Add bitmap string rendering #18

Open
profexorgeek opened this issue Dec 20, 2021 · 0 comments
Open

Add bitmap string rendering #18

profexorgeek opened this issue Dec 20, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@profexorgeek
Copy link
Owner

Most 2D game engines support bitmap font strings using fonts generated by a program such as AngelCode BMFont. Frostflake currently can't draw strings.

Spiritually, the UI in FrostFlake should probably be handled by the DOM and the glut of robust UI frameworks available for the web. However, there are many cases where strings should render directly in the engine and FrostFlake needs some pattern. JavaScript can directly draw strings to the canvas but not with custom bitmap fonts like games often use.

@profexorgeek profexorgeek added the enhancement New feature or request label Dec 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant