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

How can I display CJK strings? #96

Closed
J-Liu opened this issue May 10, 2015 · 4 comments
Closed

How can I display CJK strings? #96

J-Liu opened this issue May 10, 2015 · 4 comments

Comments

@J-Liu
Copy link

J-Liu commented May 10, 2015

I notised Recast implemented a IMGUI, how can I display CJK strings in it?

@memononen
Copy link
Member

Unfortunately, I took a shortcut and the font rendering supports only the basic western characters.

If you feel adventurous, you could try to add https://github.com/memononen/fontstash
It supports CJK strings as long as the they are in UTF8 and the font supports it.

@J-Liu
Copy link
Author

J-Liu commented May 11, 2015

Thank you, font stash is cool!

And I find you have a IMGUI at https://github.com/memononen/milligui , it is pretty cool too, will you continue working on it?

@memononen
Copy link
Member

I may pick it up again one day, but right now I don't have time. If you're looking for actively developed immediate mode UI library, I recommend this one: https://github.com/ocornut/imgui

@J-Liu
Copy link
Author

J-Liu commented May 11, 2015

Thank you. I'll make a try on it.

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

4 participants