rgosens2

Results 14 comments of rgosens2

Also occasionally segfaults on macOS.

It's a python version issue. I've now ported the repo to python3 and pdfminer.six.

https://smallpdf.com/unlock-pdf

Thanks for looking into it. I see the Agincourt House pdf gives proper tables, so it can be done. Intel's pdf must be a bit trickier.

Build on M1 Mac running macOS Monterey 12.3 $ brew install sdl2 wxWidgets $ ./configure $ make _// makes executable in /src_ $ make install _// fails because of write...

Mouse y coordinate is reversed (moving mouse down moves pointer up in imgui). I'll look into it. Mouse works fine in your Vulkan repo. Good examples. Thanks.

In base/VulkanExampleBase.cpp add: ``` - (NSPoint)getMouseLocalPoint:(NSEvent*)event { NSPoint location = [event locationInWindow]; NSPoint point = [self convertPoint:location fromView:nil]; point.y = self.frame.size.height - point.y; return point; } ``` And change: `NSPoint...

As requested. Yes this makes the other PRs redundant.

Yes, screen.png is added. ![screen](https://github.com/user-attachments/assets/947f1ca0-64bf-4a1c-bb87-50970a0bd619)

.tab_field_3 bogey amended.