-
**SOLVED!**
I am trying to integrate VScrollPanel into a layout of widgets, but I still cannot get the expected behaviour. I know there were issues with it, but I understand a patch should have reso…
-
I build nanogui with openeles2 support, but when I run the example1 sample. I get error as
``xdg_surface@31: error 3: xdg_surface must not have a buffer at creation``。
After I set ``WAYLAND_DEBUG=1`…
-
I'm on a debian machine, and followed the steps in the installation guide for building TEV, and am unable to finish the build. I'm not very experienced, but I believe the issue might be my compiler, a…
-
```
/*
#define NK_IMPLEMENTATION
#define NK_INCLUDE_DEFAULT_ALLOCATOR //prevents having to manage memory allows us of nk_init_default
#define NK_INCLUDE_FONT_BAKING//allows for use of custom fonts…
-
# "fffaraz/awesome-cpp"
*22-06-2021 13:07*
> A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff. - fffaraz/awesome-cpp
A cur…
-
Hi Peter, Thank you so much for your work on these libraries.
I'm looking to rotate the SSD1351 by 180 degrees (for a physically upside down display).
I noticed 1327 has the ability to be …
-
I used for build this (alecjacobson branch)
https://ci.appveyor.com/project/danielepanozzo/libigl-6hjk1
git clone -q --branch=alecjacobson https://github.com/libigl/libigl.git
git checkout -qf 3…
-
With default settings if I set to build both I'm experiencing this error:
`ninja: error: build.ninja:3662: multiple rules generate lib/glfw3.lib [-w dupbuild=err]` I guess there is some conflict with…
-
I tried to build igl with nanogui in python version, I modified the code in cmakelists:
option(LIBIGL_WITH_NANOGUI "Use Nanogui menu" OFF). to
option(LIBIGL_WITH_NANOGUI "Use …
-
I am trying to compile nanogui with viewer so I can add some custom buttons similar to example 106, but I can't seem to get it to work.
The tutorials are all working in xcode using the header file. I…