Colin Marc

Results 36 issues of Colin Marc

Running the triangle example on a fresh install of macOS with the vulkan SDK, I get a blue screen but no triangles: My laptop is a 2020 macbook air, still...

status: unknown-cause

### Describe the Bug Hi, I get a segfault immediately on startup. Stacktrace (from `valgrind -v sunshine`) ``` ==9797== 1 errors in context 1 of 1: ==9797== Invalid read of...

**Bevy version**: 0.21.5 I wrote a very simple app that moves a blue box around the screen. Source below. I've successfully run the app on my mac laptop. Running on...

C-Bug
A-Rendering
O-Linux
S-Needs-Investigation

It's possible to get a torrent into an infinite error loop. For example, if you `chown -R root /tmp/torrents` and then try to run the default file storage over that...

The existing API is helpful in that it makes it harder to mess up the math, but it's not flexible enough to support having different windows with different scaling factors....

I haven't been able to figure out why exactly, but I think it has to do with calling `kill_client' from the client killed callback, and as far as I can...

component: xwayland

Even after both the `XWayland` and `X11Wm` objects are dropped, I'm still seeing persistent Xwayland processes until my compositor process exits. For my use case, I run multiple isolated XWayland...

I'm working on an application that sends lots and lots of datagrams (for video), and it strikes me that the current API for datagrams is not very flexible or optimized....

It would be great if the logging behavior could be overridden with a callback. I'm currently wrapping the library in low-level rust bindings, and there is no way to control...

In Webkit, I can use the [`system-ui`](https://developer.mozilla.org/en-US/docs/Web/CSS/font-family) family to grab, for example, the `San Francisco` font on mac. Is there a way to do that with this library? It would...