Skip to content

TheGreatMcPain/BDSup2SubPlusPlus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libbdsup2sub++

This is a fork of BDSup2SubPlusPlus that has been slightly modified to be used as a "library".

The reasoning behind this is because I wanted to write a c++ application that requires bdsup2sub, but I didn't want to have to require java to run said application. I figured out that all the main.cpp code does is create a BDSup2Sub object, and then if command options exist it just passes the command line options to the object.

This allows my program to avoid spawning a seperate process.

About

Port of the original BDSup2Sub to C++ and Qt.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 85.3%
  • HTML 12.7%
  • QMake 1.4%
  • Meson 0.6%