-
Notifications
You must be signed in to change notification settings - Fork 55
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
[Feature Request] Font rendering in libmatoya #31
Comments
I do have plans for this, although in a separate dependency -- you may have noticed the UI rendering operations like We have a wrapper planned around ImGui right now that will work well with libmatoya, hooking the |
Looks like ImGui is a good choice as it supports multiple renderers and platforms and no external dependencies. I will wait for it and switch from SDL to libmatoya for my alternative Parsec client https://github.com/mbroemme/vdi-stream-client |
I want use libmatoya to render video and imgui to draw ui with MTY_WindowDrawUI . Can you provide a sample of wrapping imgui? |
I've quickly looked through the source code but haven't found anything related to font rendering. Actually a very nice feature would be to implement some sort of font rendering (TTF or old VGA DOS fonts or something else). I believe it will help to replace huge SDL+SDL_ttf libraries in some projects if this would be available in platform independent way in libmatoya.
The text was updated successfully, but these errors were encountered: