• Editor
  • Why are the runtimes in one git repo?

https://github.com/EsotericSoftware/spine-runtimes

It would seem to have those split into their respective languages, rather than crammed into one lib. Should probably be named something like this:

spine-runtime-java
spine-runtime-cpp
spine-runtime-corona
Related Discussions
...
  • Изменено

They are in the same repo, not in one lib. There's nothing wrong with having multiple projects in one repo. They are all related.

Pull requests and merges will become difficult to decipher as you start adding more functionality. Just an observation really.

I think it is ok. The codebases are all very similar, since they each do basically the same thing. Anything that is fixed and added in one most likely has to be done in all, which would mean multiple pull requests if each project had its own repo.

Nate написал

I think it is ok. The codebases are all very similar, since they each do basically the same thing. Anything that is fixed and added in one most likely has to be done in all, which would mean multiple pull requests if each project had its own repo.

this is true. I guess deal with it when the time comes.