Split: Split libspinscale off from SMO.

Now we can probably begin using libspinscale in Couresilient
without worrying about excessive technical debt later on.
This commit is contained in:
2026-02-22 17:46:27 -04:00
parent 9361a43e40
commit 1c397dfeb5
22 changed files with 350 additions and 310 deletions
+2 -1
View File
@@ -4,6 +4,7 @@
#include <config.h>
#include <spinscale/puppetApplication.h>
#include <spinscale/component.h>
#include <mindComponent.h>
#include <simulator/scene.h>
namespace smo {
@@ -13,7 +14,7 @@ class Mind;
namespace simulator {
class Simulator
: public sscl::PuppetComponent
: public MindComponent
{
public:
Simulator(Mind &parent, const std::shared_ptr<sscl::PuppetThread> &thread);