matthew-reid
matthew-reid
According to [this comment](https://github.com/Microsoft/cpprestsdk/issues/1010#issuecomment-452851468) the boost warning is caused by using a CMake version that's newer than the boost version. I expect updating CMake should fix the warning. It's difficult...
Ignore my comment about ```gdb```, I thought you were on Linux for some reason. The crash is happening because ```OsgImageHelpers.cpp``` is failing to write out a PNG image because the...
I've searched through the code and I don't believe this feature is supported. This feature would be very useful, for both std::function and free function setters/getters which operating on an...
It looks like one of two problems: 1. Skybolt can't find image files. Please ensure `SKYBOLT_ASSETS_PATH` environment variable is setup according to [README.md](https://github.com/Piraxus/Skybolt#readme) 2. Skybolt can't find OSG plugins. You...
If you're using the shared library version of OSG, the `USE_OSGPLUGIN` is unnecessary as that only applies to static libraries. Skybolt should already set `USE_OSGPLUGIN` as needed if building against...
[Recently](https://github.com/conan-io/conan-center-index/pull/19524) the cmake package was renamed from `earcut` to `earcut_hpp`. Previously conan created a `Findearcut.cmake` file in the dependency install location, but now the file is called `Findearcut_hpp.cmake`. I will...
It looks like Skybolt may not be linking to The JSBSim libraries. JSBSim is not yet supported by the Skybolt conan build, so you would need to to manually enable...
I compiled my own. I'm using [this SHA](https://github.com/JSBSim-Team/jsbsim/commit/c67f53a26f28eb09700aebcd033ea2191c2a690b) from 2020
This looks good, I'm glad you were able to improve on my attempt. I'd like to see this merged if the load issue can be fixed.
The code looks good. The only thing I would suggest is to add static helper functions readNumInputs(obj), readNumOutputs(obj) to NodeDataModel to parse the number of ports from the json object,...