Pimak Worlds
Pimak Worlds is a project about creating a 3D virtual world and stuff.
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 frombuild/default/install-root
to theclient
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
.