0lru

Results 7 issues of 0lru

This belongs to issue #3572 It allows using more than 64 columns in a table. I've applied the patches mentioned in https://github.com/ocornut/imgui/issues/3572. Just the "IsEqual" method was missing there.

tables/columns

Hi. Love the library. My biggest problem while using it is the tick spacing: ![image](https://user-images.githubusercontent.com/61606260/125618817-7424e2c5-93d8-4891-8cba-5327b25508ce.png) I think the tick placing/spacing should not change when the plot- is at a different...

invalid

Hi. I'm currently using your bindings in my project and created a skia-canvas. Works great. Yesterday I thought I could add hardware-accelerated matplotlib-support with that by writing a skia-python backend:...

question

Documentation states: > Constructs Font with default values with Typeface and size in points. I think that's wrong: It's pixels. And to be more precise: It's something like "preferred pixel-size"....

documentation

Some operations are heavy-weight. As an example, "Canvas::drawPicture" may take some time. Can we refactor this to release the GIL? That'd greatly improve the overall performance, I think. Example of...

enhancement

Nice Python-like-API-approach. I started something like this some time ago and my event loop class looked pretty much the same. In Python, you can have multiple event loops: See [https://docs.python.org/3/library/asyncio-eventloop.html](https://docs.python.org/3/library/asyncio-eventloop.html)...

The bindings weren't touched for some time. I've updated these to the latest version. Two major things changed in the API: * SamplingOptions * YUV-API I'm compiling these bindings by...