Giter VIP home page Giter VIP logo

cnsuhao / pf_win Goto Github PK

View Code? Open in Web Editor NEW

This project forked from viticm/pf_win

0.0 1.0 0.0 6.4 MB

The plain freamwork windows repository

License: MIT License

Lua 0.46% Shell 0.05% C 84.30% C++ 10.50% Objective-C 0.02% CMake 0.17% Makefile 0.17% SAS 0.02% CLIPS 0.05% Pascal 0.71% Ada 0.90% Assembly 1.39% C# 0.54% Batchfile 0.01% M4 0.01% DIGITAL Command Language 0.27% Roff 0.08% HTML 0.30% Module Management System 0.02% Perl 0.04%

pf_win's Introduction

Plain framework

Plain framework is base with c++ smart framework for net applications(socket game or more).

Build Status

Simple on linux

Simple on windows

Develop environment

To install plain framework need depends with shell script(Only on linux or unix)

cd tools/script/linux/install/ && sh install_environment.sh

Build linux

Plain build on linux 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

Build windows

Plain build on windows use visual studio(at least version vs2015), you can open the file pf_win.sln.

Only repository: https://github.com/viticm/pf_win/

Documentation

Current version for pf: 1.0

The complete docs for Plain framework can be found at the docs in the /documentation directory.

Copyright and License

Plain framework was written by Viticm. Plain framework is released under the MIT License. See the LICENSE file for details.

Recent Changelog

2.0

  • NewAdd: All codes will with effective and c++11 in future.

2.1

  • NewAdd: Cache module add(see the cache module[now just for database cache with share memory]).
  • NewAdd: The plugin lua add the dcache module.
  • NewAdd: Replace the base variable type implement from only struct to template, change the use memory in db query to heap dynamic from stack static.
  • Bugfix: Share map error in multi threads.
  • BugFix: Database query tool error in multi threads.
  • Bugfix: Share lock can't used in multi threads.

pf_win's People

Contributors

viticm avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.