dumblob
dumblob
I can prepare and maintain one.
@SamuelMarks cross-platform in case of single header libs (incl. Nuklear) means for me to have CI running on all imaginable platforms. Nothing more, nothing less. I would like to understand...
Thanks @SamuelMarks for the pointers! Let us discuss this to set a deeper mutual understanding. > ### Pros > * Can build shared or static library instead of header-only; Any...
If we isolated cmake support in `contrib/` directory, would IDEs etc. pick it up to not lose (as I understand it) the only advantages cmake offers on top of the...
> Possibly hiding everything behind [`option`](https://cmake.org/cmake/help/latest/command/option.html) is a good idea. Although Nuklear is header-only, it's not [always] clear how to configure it for this environment or that environment. My contribution;...
Btw. thanks @riri for the link https://github.com/riri/using-shl/blob/main/src/shl/CMakeLists.txt - that is how I originally envisioned cmake users use single header libs. But as I said, I have limited experience with cmake...
I forgot to mention that I would prefer to have amalgamation to be as portable as possible - as I outlined above in https://github.com/Immediate-Mode-UI/Nuklear/pull/462#issuecomment-1266610985 I think the best way would...
This is unfortunately new stuff to me (I'm feeling ashamed I didn't study Rust so deeply :cry:). It looks really awesome, but first questions which interest me, an old performance-concerned...
> A concrete interface can be handled like a wrapper class for the target type. Casting the target type to the interface type will simply create a wrapper object for...
Doubts vanished, let's do it.