zeule / qsp

QSP Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QSP

Linux build

mkdir build && cd build
cmake -DBUILD_QSPGUI=ON -DCMAKE_BUILD_TYPE=Release ..
cmake --build .

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 locals implementation
  • Test loop implementation
  • 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/vyyyTrd

About

QSP Library

License:GNU Lesser General Public License v2.1


Languages

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