It's a set of projects that help developing and debugging mods for Kerbal Space Program.
Advanced console for in-game logging system. Supports persistense, filtering, records grouping, and many more.
See more details in Wiki: https://github.com/ihsoft/KSPDev/wiki/LogConsole
Big library with various classes and methods that simplify coding common tasks. This library can be
used as a standalone assembly (via .DLL) or you can just copy/paste methds you need into your own
codebase.
See README.md for more information.
All code and binaries are distributed under "Public Domain license". In other words, you can do whatever you want without author's permission.