Dimitre

Results 468 comments of Dimitre

Yeah it is the same here. asdf was just to introduce an error. is intellisense working for you?

Finally it is working for me, I've wiped out Visual Studio Code with AppCleaner and installed from scratch. I've noticed it offers to install CMake extension, and we have to...

Ah ok I thought Release could be a good default and Debug by choice, but maybe it is my personal preference. I've got used to use Release on OF because...

Hey OpenFrameworkers, can you please help me testing projectGenerator? It would be great to test different platforms like QBS / CB (is this still working?) / Android / iOS with...

No it doesn't. I think it can be useful if we update buildPG.sh to pull if directory already exists.

I think there are platforms and templates which are a different thing for projectGenerator. and from what I understand templates are to be chosen instead of detected. I use it...

I noticed this a while ago and submitted a PR here https://github.com/openframeworks/apothecary/pull/213/files But maybe it is more complex than this. I'm not sure if apothecary is meant to overwrite libs,...

Let's do it. I can make changes in projectGenerator commandline accordingly I don't know anything Electron, so somebody else can jump too

I've submitted two PRs meant to be merged at once https://github.com/openframeworks/openFrameworks/pull/7896 https://github.com/openframeworks/projectGenerator/pull/483

it seems to work after this change ```sh elif [[ "$PLATFORM" =~ ^(osx|ios|tvos|xros|catos|watchos)$ ]]; then if [[ $BLEEDING_EDGE = 1 ]] ; then # PKGS="openFrameworksLibs_${VER}_${PLATFORM}_${ARCH}_1.tar.bz2 \ # openFrameworksLibs_${VER}_${PLATFORM}_${ARCH}_2.tar.bz2 \ #...