LCUI icon indicating copy to clipboard operation
LCUI copied to clipboard

GPU Backend

Open CycloneRing opened this issue 3 years ago • 2 comments

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

Thanks

CycloneRing avatar Feb 02 '22 01:02 CycloneRing

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.

lc-soft avatar Feb 21 '22 05:02 lc-soft

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

KnIfER avatar Mar 28 '23 10:03 KnIfER