Petros S

Results 57 comments of Petros S

For anyone that is interested in using the system installed libs, [this](https://github.com/Petross404/nanogui/commit/40856955ca7356f8ca0888d17eec4d05a41a27d1.patch) patch will help you. ``` patch From 40856955ca7356f8ca0888d17eec4d05a41a27d1 Mon Sep 17 00:00:00 2001 From: Petros Siligkounas Date: Wed,...

Do you mean that you get this error during linking? If yes, you must be missing some linker flags.

> To avoid having Linux-based users go to GitHub and download Ripes, it would be nice to have Ripes available through some of the various package managers out there. >...

> Probably you did not check out the git submodule for glslang? Doing that should add the missing CMakeLists.txt. > > Not sure whether the git submodule is better or...

Good to hear from you. Indeed project name setup works fine. Colour and text manipulation looks very good, although it's almost midnight and I can't test them thoroughly. Let me...

Maybe I will try to experiment with this. If I start doing so, I will open a new issue so I can get help and information.

Hey there, I managed to add the icon in the dock when CIDE is running but the code looks terrible like the fonts are lost. CMake created an `CIDE.app` (it's...

I will read again [this](https://doc-snapshots.qt.io/qt5-5.9/osx-deployment.html) in case I missed something.

It's been some time since I last wrote here and I hope you are doing well. I was was reading about libclang support in CIDE and I was wondering if...

> Regarding the C/C++ support, I am very happy with the current libclang-based implementation in CIDE. But LSP seems like a potentially interesting option for the next time I would...