Samuel Marks
Samuel Marks
Great to hear. Sure thing, just @ tag me when ready. PS: At some point I'll finish my own multi-ML meta-framework also (been building it with the aforementioned `ast` module...
@gfursin Great, I replied to another thing you tagged me in. I'll try and make one of your meetings to discuss further. My Python compiler library—that I'm using to generate...
@HelloWorldlsla My interest in nuklear is keenly cross-platform. Nuklear, IMHO, should be easy to build, test, and change. Its testing should be integrated with a CI/CD platform with status shown...
@dumblob In terms of my [proposed] approach: ### Pros - Can build shared or static library instead of header-only; - Testing can be more easily integrated with cross-platform package management...
@RobLoach @dumblob Thanks for the feedback. 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...
@riri Removing Python dependency and adding CMake dependency does clean things up in terms of configuration (one tool for configure ; same tool for build ; sister tool for packaging...
@dumblob POSIX `sh` is portable, but it looks like `cmake` is more **native**ly portable especially when considering Windows. There is no emulation done, it's just `#ifdef` for different OSs. …and...
Great to hear, also you might want to use a SPDY expression like: (GPLv3 OR Apache-2.0)
@emcrisostomo I'll review your requested changes when I get the chance—my last commit was in February, first PR sent in November—and amend accordingly. I can maintain compatibility with autotools (I...
FYI: I fixed this and added MSVC support in #282