QBJConverter: Neg 5 to SQBS File Converter
Posted: Sun Feb 21, 2016 10:55 pm
I am pleased to announce QBJConverter, a program which converts the QBJ files exported by Neg 5 to SQBS data files. So far this program only works with NAQT Tournaments and SQBS default settings. Divisions need to be added in manually since Neg 5 does not export data on Divisions.
Any help with adapting this to include other tournament styles and with understanding some of the data (I figured out most of it) in the SQBS files is appreciated.
Currently the program is command-line only since I had to create this very quickly following the GVQBT III Tournament which I wrote this program for. I plan on adding a GUI in the future for easier use. Usage is as follows
The program is open source and licensed under the MIT License. You can browse the source code on Github at https://github.com/achow101/QBJConverter. It is written in C++ and it uses CMake for building.
Downloads are also hosted on Github at https://github.com/achow101/QBJConverter/releases.
Any help with adapting this to include other tournament styles and with understanding some of the data (I figured out most of it) in the SQBS files is appreciated.
Currently the program is command-line only since I had to create this very quickly following the GVQBT III Tournament which I wrote this program for. I plan on adding a GUI in the future for easier use. Usage is as follows
Code: Select all
QBJConverter <filename>
<filename>: Path to the QBJ file created by Neg 5
Downloads are also hosted on Github at https://github.com/achow101/QBJConverter/releases.