1 Star 2 Fork 0

xyry / XEngine_Apps

Create your Gitee Account
Explore and code with more than 8 million developers,Free private repositories !:)
Sign up
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README.en.md

XEngine_Apps

XEngine V8 Version example

Engine Example

The example code of the engine contains the following examples, and the corresponding component module examples can be found through the following directory structure as needed
please use vs2022 open it,and use x86 and debug mode.

  1. XEngine_AVCodec audio and video
  2. XEngine_Client client
  3. XEngine_Core service
  4. XEngine_HelpComponents help
  5. XEngine_Lib base library
  6. XEngine_NetHelp nethelp
  7. XEngine_RfcComponents rfc protocol
  8. XEngine_StreamMedia stream media
  9. XEngine_SystemSdk system

use

To use our code example. You may need to make some modifications. WINDOWS can be opened and compiled directly with VS, and LINUX or MacOS can be compiled with commands
Due to different environments, the directory structure of each user may be different. Therefore, the header file and the module directory are also different. Before you compile, you need to modify the loaded directory structure in our code according to your own directory structure to be correct Compile and use. Not only the loading directory of WINDOWS, but the compiling command of linux and MacOS also needs to modify the directory address as needed.

WINDOWS

To use it under WINDOWS, you need to install VS. You can directly to compile,provided that your engine directory is configured, and you need to modify the engine directory of the loaded header file to your own directory.

LINUX

To use under LINUX Or MacOS. You can use the command to compile, gdb debugging. The compiled command is in the code. You can directly copy the commented compilation command, open the terminal, switch to the current directory, and type directly to compile.

Installation example

Before using our example, you need to install it first according to the engine's README instructions.
Then modify the code, such as
Header file: #include "../../../XEngine/XEngine_SourceCode/XEngine_CommHdr.h" Modified to: #include <XEngine_Include/XEngine_CommHdr.h>
Library file: #pragma comment(lib,"../../../XEngine/XEngine_SourceCode/Debug/XEngine_BaseLib.lib") Modified to #pragma comment(lib,"XEngine_BaseLib/XEngine_BaseLib")

About

XEngine V8版本 使用代码例子 expand collapse
C/C++ and 3 more languages
MulanPSL-2.0
Cancel

Releases

No release

XEngine_Apps

Contributors

All

Activities

Load More
can not load any more
C/C++
1
https://gitee.com/xyry/xengine_apps.git
git@gitee.com:xyry/xengine_apps.git
xyry
xengine_apps
XEngine_Apps
master

Search

10d9f8b4 4838521 8bde8327 4838521