Fork of https://github.com/QSPFoundation/qsp with better maintainability, untied from own fork of wxWidgets and ability to change a regexp library from oniguruma to PCRE or std::regex: QSP library and players
https://github.com/QSPFoundation/qsp
- C 81.5%
- C++ 16.6%
- CMake 1.1%
- PostScript 0.4%
- Shell 0.2%
- Other 0.1%
QSP
Linux build
mkdir build && cd build
cmake -DBUILD_QSPGUI=ON -DCMAKE_BUILD_TYPE=Release ..
cmake --build . -j
Windows build
mkdir build
cd build
cmake -G "Visual Studio 15 2017" -A Win32 -DBUILD_QSPGUI=ON -DCMAKE_INSTALL_PREFIX=out ..
cmake --build . --target install --config Release
TODO
- Test & improve implementation of loops
- Update bindings
- Implement a new way to communicate with GUI (more specific callbacks)
- Move the whole global state into a context parameter
- Move a QSP player into a separate repository
- Document new features
- ???