Skip to content

YuFuDiao/qsp

 
 

Repository files navigation

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
  • ???

Chat group

https://discord.gg/6gWVYUtUGZ

Releases

No releases published

Packages

No packages published

Languages

  • C 76.1%
  • C++ 21.8%
  • CMake 1.2%
  • PostScript 0.5%
  • Shell 0.2%
  • Batchfile 0.1%
  • QMake 0.1%