-
K, so copying over the folders resolved that missing make module error, moogl is now happy, moonglfw on the other hand wouldn't play ball (using the libraries generated by your makefile), I tried comm…
-
GCC 7 adds a couple of new warnings, two of which apply to C-Dogs SDL source code:
- `--Wimplicit-fallthrough`: Warn when a switch case falls through.
- `--Wformat-overflow`: Warn about calls to f…
CruzR updated
5 years ago
-
In the demo below:
https://github.com/vurtun/nuklear/blob/master/demo/glfw_opengl3
And I uncomment:
```c
{struct nk_font_atlas *atlas;
nk_glfw3_font_stash_begin(&atlas);
struct nk_…
-
```julia
(v1.1) pkg> st
Status `C:\Users\Mus\.julia\environments\v1.1\Project.toml`
[537997a7] AbstractPlotting v0.9.4
[79e6a3ab] Adapt v0.4.2
[7d9fca2a] Arpack v0.3.0
[39de3d68] A…
-
I tried to compile dagon-demo, tutorial 1 and dagon-shooter and there always was the same problem:
[deen@parrot] : [~/Programs/dagon-demo-master]
[$]> ./dagondemo
Error: Nuklear library is not foun…
-
I am trying to modify a function called **icon_load()** that currently is responsible for loading a **.png** image into memory, into a function that simply loads an **image buffer** that is created in…
-
As stated in the title, backspace does not work at all for either nk_filter_ascii or nk_filter_default. The delete key works fine however, which is strange. I have tried changing the code in nuklear.h…
-
Hello
i want to add UI to GLFW window.
in c++ i achieve this with ImGui but there is no working ImGui for LWJGL (kotlingraphics dead)
i saw nuklear and some others but they are too complex.
so how…
-
add the ability to move the node around the gui
-
In Readme is mentioned, that there is an ongoing patent application. Do you happen to have any news on that? In which countries in the world was the patent request submitted?
I'd like to use this i…