I've set up a project and a repository:
github.com
Right now it's literally just a tin can with thrusters (using the standard orbiter module mesh) and a dock port. Technically that addresses the first story, since you can fly around between orbits and dock to stuff with it, but the main goal was really to set up the project and get some encapsulation started. More interesting things concerning the architecture will follow.
I had mostly forgotten all the ways you can shoot yourself in the foot with C++ and also Visual Studio, so this took a while. It's starting to come back to me...
I've put it under the MIT license, if anyone objects to that please speak up, it's just the default license I put into everything to have my peace. we can still change it.
GitHub - TheNewBob/OrbitalHauler
Contribute to TheNewBob/OrbitalHauler development by creating an account on GitHub.
Right now it's literally just a tin can with thrusters (using the standard orbiter module mesh) and a dock port. Technically that addresses the first story, since you can fly around between orbits and dock to stuff with it, but the main goal was really to set up the project and get some encapsulation started. More interesting things concerning the architecture will follow.
I had mostly forgotten all the ways you can shoot yourself in the foot with C++ and also Visual Studio, so this took a while. It's starting to come back to me...
I've put it under the MIT license, if anyone objects to that please speak up, it's just the default license I put into everything to have my peace. we can still change it.