Matti

Results 71 issues of Matti

What are the .c files used for if the whole library is in nuklear.h?

I was expecting the supplied example to be easily runnable, but copying the code from: https://github.com/Immediate-Mode-UI/Nuklear#example into a main() like: ``` #include "Nuklear-master/nuklear.h" #include "stdlib.h" int main(int argc, char *argv[])...

What are the design decisions w.r.t. redrawing? There was this earlier question: https://github.com/Immediate-Mode-UI/Nuklear/issues/118 But I have been wondering about the usability of Nuklear for programs where one might have a...

Particularly, I'm doing this kind of program: ``` /* nuklear - v1.32.0 - public domain */ #include #include #include #include #include #include #include #include #include #include #define NK_INCLUDE_FIXED_TYPES #define NK_INCLUDE_STANDARD_IO...

How can I get a barebones example (just a window)? Can I e.g. comment out all #ifdefs in the demos?

I initially came here, because Nuklear was said to be public domain. However, then I noticed that /demo/ shows a multitude of different backends in use, most of which seemed...

Is this actually related to https://plotly.com/ in any way? I am confused because I only see .nim files.

Can the non-GPL based parts be used under non-GPL? Such as this one: > The Dynamic Wavlet pitch estimation algorithm is described in [Real-Time Time-Domain Pitch Tracking Using Wavelets](http://online.physics.uiuc.edu/courses/phys193/NSF_REU_Reports/2005_reu/Real-Time_Time-Domain_Pitch_Tracking_Using_Wavelets.pdf) by...

I'm quite interested in C++ cluster management for ML, which is why I found Thrill, but I was wondering, what are the main competitors to Thrill?

**General Information** - [ ] Bug - [ ] Improvement - [ ] Feature - [X] Other **Description** I didn't find a mention of WebGL or WebGPU. Is support for...