-
I am currently using oxygine2d game engine to work with NanoVg by using this tutorial
[https://github.com/oxygine/oxygine-framework/wiki/nanovg](url)
everything looks fine. I wonder how does it wor…
-
Hello, I'm trying to track down a bug that seems to only appear on OSX. The brief version of this question:
what exactly is the purpose of `glActiveTexture(GL_TEXTURE0)`, e.g. in [`glnvg__renderFl…
-
Hi,
I noticed that due to #236, `FindPythonLibsNew.cmake` contains the following line in the beginning:
```cmake
if(PYTHONLIBS_FOUND)
return()
endif()
```
Now, an unfortunate side eff…
-
Hello,
Is there a way make the Screen have no decorations? Obviously this works with fullscreen=true, however I'd like to remove decorations on a windowed mode, that's smaller then the actual scree…
-
Hi there,
I believe libigl's CMake scripts could be modernized a bit, to facilitate integration into other new project, projects with large codebase, etc. The problem with the current `shared/cmake…
-
under xcode 8.2 c++14 i get this error:
```
/usr/local/include/nanogui/formhelper.h:183:41: Cannot assign to a variable captured by copy in a non-mutable lambda
```
in this function:
```
templat…
-
TLDR; I'm trying to hide the cursor in my Python app.
The app runs on an embedded device on a small touch screen. The only interaction I'm interested in is `mouseButtonEvent` (i.e. someone tapping on…
-
Does anyone have any idea what can be the origin of these errors?
I have installed/compiled/built Qt 5.6.2,Boost 1.6.2,CGAL 4.8.2,GLEW 2.1.0,GLFW 3.2.1,Eigen 3.3.4, and Libigl_master, on msvc2015 …
-
on ubuntu 16.04 , x86-64bit OS, after build, run then error:
/kitty-0.5.0$ python3 .
Traceback (most recent call last):
File "/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main
"…
wtjcn updated
6 years ago
-
```console
$ git log -1 --oneline
6236635 docs: Fix a typo
```
The goal: enable some flexibility when building `libfreenect2` by a parent project.
There are two requested features I have impl…