随笔分类 -  Photon

摘要:Hello World Part 1 第一部分The purpose of this tutorial is to give you an introduction to the client API and some of the basic concepts behind Photon. The tutorial is divided in parts. We begin with a very simple demo which will be refactored to more usable code step by step while digging deeper into th 阅读全文
posted @ 2013-05-15 13:42 M守护神 阅读(1743) 评论(0) 推荐(0) 编辑
摘要:Photon Control Photon控制器Photon Control is your one-stop, control UI for Photon. Starting PhotonControl.exe doesn’t open a window, doesn’t start the server but adds an icon to the tray bar.A gray icon shows that Photon is not running. When any Photon Server is process running, the icon turns blue. P. 阅读全文
posted @ 2013-05-15 13:41 M守护神 阅读(1960) 评论(0) 推荐(0) 编辑
摘要:Setup and Config 设置与配置This chapter explains how files and folders are organized for the Photon Server and how things are setup. Everything needed is in the deploy folder. 这章解释了在服务器上文件和文件夹是如何被组织和配置的。Content 内容Organization of Server and Applications组织服务器与应用程序Configuration: PhotonServer.config配置Photon. 阅读全文
posted @ 2013-05-15 13:40 M守护神 阅读(2999) 评论(0) 推荐(0) 编辑
摘要:Product Overview 产品概述On the client-side, Photon supports various platforms. Even though programming in C, C# and Flash is very different, the basic workflow stays similar. In this online documentation we try to explain the concepts and background, while language specifics are left to the reference d 阅读全文
posted @ 2013-05-15 13:36 M守护神 阅读(993) 评论(0) 推荐(0) 编辑
摘要:Basic Concepts 基本概念The following article will show you the important basic concepts for Photon. 以下是要告诉你的Photon重要基本概念Applications 应用程序An Application is the server side logic for a game. All features of a game (e.g. remote procedure calls, data storing, etc.) are implemented in a Photon application. . 阅读全文
posted @ 2013-05-15 13:35 M守护神 阅读(988) 评论(0) 推荐(0) 编辑
摘要:Base Applications 基本应用程序The Photon Server SDK includes several applications that should provide a good starting point for your own development. What each SDK does and for which game-style it might be a useful basis is described below. 以下是Photon服务器SDk包含的内置应用程序,可以作为你的应用的开始点。 LiteThe Lite Application . 阅读全文
posted @ 2013-05-15 13:34 M守护神 阅读(1022) 评论(0) 推荐(0) 编辑
摘要:Starting Photon in 5 Minutes 五分钟内开始Photon is extremely easy to install and start. The SDK includes ready-to-use binaries which can be up and running within 5 minutes. Photon是非常容易安装和启动的,SDK中包含了可用的二进制文件,5分钟内即可启动运行Download 下载The Photon Server SDKs are available on our website:www.exitgames.com/Downloa. 阅读全文
posted @ 2013-05-14 08:25 M守护神 阅读(1223) 评论(0) 推荐(1) 编辑
摘要:Requirements 需求For developing and setting up your own server the following additional software is needed: 为了开发和配置你的服务器,以下软件是必需:Operating System to Run Photon Server 运行Photon服务器操作系统Windows XP, Windows Vista, Windows 7 or Windows 8recommended development OS(开发环境系统): Windows 7 x64recommended productio. 阅读全文
posted @ 2013-05-10 08:27 M守护神 阅读(833) 评论(0) 推荐(0) 编辑
摘要:Feature Overview 功能概述Photon is areal-time socket serveranddevelopment frameworkthat is fast, simple to use and flexible. Client SDKs are available for all major platforms: Photon是一个快速、简单、灵活、实时的Socket服务器和开发框架,客户端SDK可用于以下平台:The Photonhigh level architecturelooks like this: Photon的高级架构体系:Basic Archit.. 阅读全文
posted @ 2013-05-07 20:46 M守护神 阅读(1537) 评论(0) 推荐(1) 编辑
摘要:Introduction 介绍Welcome to thePhoton Serverdocumentation. If you are looking for the Photon Cloud documentation, please go overhere. —— Photon云文档The documentation is split into three topics:Getting Started,Tutorials,References. Just head over there using the links below and take a look. You will alwa 阅读全文
posted @ 2013-04-24 22:01 M守护神 阅读(1768) 评论(0) 推荐(0) 编辑