Jeremy

Results 7 comments of Jeremy

I don't see why not. ImGui was designed to be disconnected from how it's rendered - whether it's rendered via opengl, directx, hand-rendered, whatever. So if you can create/draw textures,...

The whole point of using opengl or canvas 2d api is to rasterize those triangle descriptions into pixels that can be displayed on a screen/buffer. ImGui does not come with...

The example code uses pointer events, which is not supported on webkit. So no safari support for the example code.

I would personally suggest adding https://github.com/jquery/PEP instead of the custom mouse events (which may even fire off events effectively twice on all other browsers).

Why would you remove typescript? I don't quite understand. Typescript will transpile the code to es6/es5 as necessary. Typescript is not what runs in the browser. PEP itself should run...

I've run into this same issue recently. Is there still a plan in the works to fix this issue?

@leibale Any updates for this issue?