I'm having a real hard time finding a decent C++ library for controlling steppers on a Raspberry PI.
After a few days of googling, I've found many people looking for the same thing but no good solutions.
Most of the responses say stuff like, "don't bother with C++, just use Python" or something like that. I also see a lot of responses with something like, just use the PI to talk to an Arduino via serial since there's C++ stepper libraries already for the Arduino (like AccelStepper).
I also see a lot of responses trying to convince the original poster that it's just wrong and dumb to try and control multiple stepper motors with a PI and they should use the best tool for the job, and so on.
None of these options really work for me so I thought I'd post here and see if anyone has ported AccelStepper to the PI or if anyone knows of a C++ library that exists already for the PI.
I'd like functionality to what AccelStepper already does, acceleration, multi-stepper, blocking and non-blocking moves, etc. AccelStepper already has most of what I'd like in a library.