imlottie icon indicating copy to clipboard operation
imlottie copied to clipboard

Supporting other platforms

Open leavittx opened this issue 1 year ago • 2 comments

DirectX11 limits the usage of this extension. How hard would it be to support other Imgui backends: e.g. OpenGL (at least), Metal, Vulkan?

Cheers

leavittx avatar Oct 18 '24 20:10 leavittx

It software renderer, just update texture from surface if you need on your platform

dalerank avatar Oct 18 '24 20:10 dalerank

Hi. That's nice to hear it's possible to do! Thanks

I checked the code and found that it it has that IMLOTTIE_DX11_IMPLEMENTATION define. Do I need to implement the update you've mentioned within a similar define for OpenGL?

Generally it feels like the documentation for this library is a bit missed part. I think much more people could use it if only there was some guiding document, e.g. what need to be done to get it working in DirectX environment, in OpenGL environment, etc.

leavittx avatar Oct 20 '24 10:10 leavittx