We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, Any plan for GPU support like DirectX11? or even better a backend that allow us to add our graphic api like ImGui
Thanks
The text was updated successfully, but these errors were encountered:
Adding GPU backend support to LCUI's graphics library is expensive, so I plan to make LCUI support drawing using other open source graphics libraries.
I've improved the graphics library of LCUI in recent weeks and wrote an example program to draw graphics using the Cairo graphics library.
https://github.com/lc-soft/LCUI/tree/add-cairo-example/lib/pandagl/examples/cairo
I also have plans to write an example to draw UI widgets using Cairo, but it may take a long time.
Sorry, something went wrong.
why not try the direct2d-based vuilib, it's a student project but is both pretty and performant!
No branches or pull requests
Hi, Any plan for GPU support like DirectX11? or even better a backend that allow us to add our graphic api like ImGui
Thanks
The text was updated successfully, but these errors were encountered: