With my Trader engine at a stable point, and my FlashBuilder-based T5 Shipyard showing distinct signs of end-of-life, I'm starting another project for a Shipyard, T5 edition, in Java.
https://github.com/bobbyjim/Shipyard5j
I decided to start simple, and build in small increments. The initial check-in is trivial indeed: its entire function is to simply parse a JSON ship design from the T5Shipyard, then re-stringify and print to stdout.
Being able to read in the output of the previous shipyard is critical for me to be able to work with existing designs. I do not want to have to re-do them!
https://github.com/bobbyjim/Shipyard5j
I decided to start simple, and build in small increments. The initial check-in is trivial indeed: its entire function is to simply parse a JSON ship design from the T5Shipyard, then re-stringify and print to stdout.
Being able to read in the output of the previous shipyard is critical for me to be able to work with existing designs. I do not want to have to re-do them!