alexmoon / ksp

Kerbal Space Program Mission Plotter
Other
185 stars 75 forks source link

May I use your orbit class as a library? #5

Closed DavidSouther closed 10 years ago

DavidSouther commented 10 years ago

Because holy wow, that is some of the most elegant Coffee I've seen. :+1:

alexmoon commented 10 years ago

Sure, you're free to use it under the CC BY-SA-NC license. Be aware that there are a few dependencies on celestialbodies.coffee and lambert.coffee, but they would be pretty easy to rip out if you don't want those. You will definitely need the numeric.js library. Mind if I ask what you plan to use it for?

DavidSouther commented 10 years ago

I'm working on a near-future space combat game. Think KSP meets Star Trek. https://github.com/DavidSouther/sns

Yeah, I saw the other dependencies, shouldn't have a problem pulling them in. Thanks for pointing out numeric.js!