Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (22 loc) · 753 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 753 Bytes

Pimak Worlds

Pimak Worlds is a project about creating a 3D virtual world and stuff.

Build Status

Dependencies

  • qt
  • ogre
  • boost

Building

Linux

  • Install qbs
  • Run the following commands
qbs setup-toolchains --detect
qbs setup-qt --detect
qbs config defaultProfile <your-qt-version>
qbs build -d build/
  • For the client, you'll have to move the pwclient executable from build/default/install-root to the client directory

Windows

Sadly windows building isn't maintained anymore.

Scripting

This project includes a python library to access the PW protocol without GUI. An example can be found in bobinot.py.