Giter Club home page Giter Club logo

network_engine's Introduction

Network Engine (Base)

概要

自分のゲームでネットワークが使いたいので、ネットワークを書き始めました。 最終的な目標はネットワークエンジンになりたいと思います。

TCPというプロトコルを使ってます

Visual Studio 2019とC++17で作っています。

プロジェクトはGit、cmake、vcpkgで管理しています。

ビルド

@fullBuiild.bat を実行するとvcpkgで必要なライブラリをインストールします。
@open.batを実行するとプロジェクトを生成します。自動的にVisual Studio 2019で開きます。(お勧め)
@make.batを実行するとプロジェクトを生成します

始めては先に@fullBuiild.bat を実行して必要なライブラリをインストール
後は@open.batを実行してプロジェクトを生成します。

開発概要 / 機能

  • TCP
  • Socket
  • Client
  • Server
  • Package

使い方

  • NetworkLib/includeのファイルをインクルード

    • BaseClient
    • BaseServer
    • BaseConnection
      それぞれ対応のGameCliect, GameServerクラス(たとえ)を作ってベースクラス継承して、簡単に使えます。
  • NetworkLib/GameApp/ は 簡単なサンプルです。

開発/勉強予定

  • Gateway

network_engine's People

Contributors

kittochankc 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.