I just spent half my fucking day finding working libraries figuring out how to compile stand alone examples with them..
programming is a disgusting stressful hassle to do trivial things. How the fuck can you be bothered with all that crap? I just want to actually write my program, I don't want to do ANY of that rubbish
I just spent half my fucking day finding components figuring out how to assemble a working machine with them..
custom computers is a disgusting stressful hassle to do trivial things. How the fuck can you be bothered with all that crap? I just want to actually build a computer, I don't want to do ANY of that rubbish
You need to try and remove or automate the tedious parts as much as possible. Dealing with sub-par libraries can be a waste of time. If it's just the documentation that's poor you should at least give reading the fucking source a /try/. Otherwise you should think about using an alternative approach/reimplementing it yourself.