Julian Ceipek

Results 15 issues of Julian Ceipek

Thanks for the awesome tool; it's made it a lot easier for me to get started with zig! Unfortunately, while learning Zig together with friends in a different country, I...

bug

In my MacOS port, I've been noticing issues where the application didn't realize I was holding down certain modifier keys. I believe the cause is that the modifier state isn't...

experiment

I'm in the early stages of trying to write a platform layer for MacOS for the viewer as a learning project (I've never written one before). I've had some early...

experiment

This is a rough pass at a MacOS platform layer for the Palanteer viewer application (note that I have not touched the instrumentation or scripting layer yet, and I haven't...

If the camera is covered (eg user places the phone face up on a table) for around half a minute, the app crashes. I was able to reproduce this using...

bug

I just finished porting `as3delaunay` to `C#` (https://github.com/jceipek/Unity-delaunay) and I'm trying to figure out how to best expose a graph of connected nodes for the Voronoi results. It seems that...

I've been trying to use reacTIVision (https://github.com/mkalten/reacTIVision/), which seems to depend on the frameworks in this kit, and it crashes inside `VVUVCController.m`. Could that be a result of a bug...

## Context ``` Odin: dev-2022-10:29f2ecd2 OS: macOS Monterey 12.5 (build: 21G115, kernel: 21.6.0) CPU: Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz RAM: 32768 MiB ``` Minimal example (`subclassing/subclassing.odin`): ```odin // Compile...

bug
macOS
stale
obj-c related

This is easiest to see with the `imgui-metal` sample: when you resize the OS window from the right side, the contents of the window exhibit an ugly "judder" effect. This...

enhancement
sokol-app

**Describe the bug** I'm helping a friend analyze the results of a FOIA request. The data from the request was delivered in the form of several 30-300MB PDF portfolios, each...