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

GPU Backend #273

Open
CycloneRing opened this issue Feb 2, 2022 · 2 comments
Open

GPU Backend #273

CycloneRing opened this issue Feb 2, 2022 · 2 comments

Comments

@CycloneRing
Copy link

Hi, Any plan for GPU support like DirectX11? or even better a backend that allow us to add our graphic api like ImGui

Thanks

@lc-soft
Copy link
Owner

lc-soft commented Feb 21, 2022

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.

@KnIfER
Copy link

KnIfER commented Mar 28, 2023

why not try the direct2d-based vuilib, it's a student project but is both pretty and performant!

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

No branches or pull requests

3 participants