Plain framework is base with c++ smart framework for net applications(socket game or more).
- Author: Viticm
- Website: http://www.cnblogs.com/lianyue/
- Version: 1.0.5
To install plain framework need depends with shell script(Only on linux or unix)
cd tools/script/linux/install/ && sh install_environment.sh
Plain build in windows can use visual studio or cmake, in linux just use cmake, you can run command yum -y install cmake
installed.
Your can build the plain framework with this command.
cd pf/core && cmake ./ && make
The complete docs for Plain framework can be found at the docs in the /documentation
directory.
Plain framework was written by Viticm. Plain framework is released under the MIT License. See the LICENSE file for details.
- Bugfix: All memory lost in pf core.
- NewAdd: Add project manager files, see the docs in the
/documentation/material/ProjcetManager.txt
- Optimize: All framework codes and directory.