Skip to content

gretmn102/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

Support us

Please consider supporting our development on:

TODO

  • A tool to automatically migrate older games (e.g. QSP 5.7) to the latest version of the engine
  • Update the website
  • Multi-user games (MUD-style games)
  • New documentation & document new features
  • Update bindings
  • Implement a new way to communicate with GUI (more specific callbacks)
  • Move the whole global state into a context parameter
  • Move the QSP player into a separate repository
  • ???

Chat group

https://discord.gg/6gWVYUtUGZ

About

QSP Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 77.8%
  • C++ 20.4%
  • CMake 1.2%
  • PostScript 0.5%
  • QMake 0.1%
  • Batchfile 0.0%