Jean-Michaël Celerier

Results 624 comments of Jean-Michaël Celerier
trafficstars

well, that's what I do in ossia too.. so I don't know why you ended up having ossia start with wayland: https://github.com/ossia/score/blob/e0676c9fe340df3975ccde2a098cfa15610fff3f/src/app/main.cpp#L116 this function forces QT_QPA_PLATFORM to xcb unless the...

great :) a PR to the nix package would be awesome !

on ossia side I added detection of wayland platform plug-in to disable the VST / VST3 UI so that at least it won't cause crashes to the user

great, I'll add the GDK_BACKEND env. var. to the scripts here too I didn't know about it and I think it could solve a few problems I've seen

Hello, I'm trying to understand in which way this issue is solved. ``` $ docker run --platform linux/x86_64 -it --rm ghcr.io/astral-sh/uv:bookworm /bin/sh -c "uv venv -p 3.13 && find .venv"...

I would like to be able to reach these folders without invoking python as part of my cmake scripts - for instance I could be cross-compiling with the python binary...

Thanks, I did not know about these variables, I'll try with them!

Nice ! I've been thinking a bit more about it, I think that additional interesting things (or at least that should be kept in mind) would be : * Cross-compilation...

I'm also wondering if there could be an input of the OpenFrameworks (http://openframeworks.cc/) guys, they have managed to make a nice integration between their framework and QtCreator.

> What I need is a package of headers and libs of relatively old versions of C and C++ libraries, that you could use as "/include" and "/lib" paths for...