XEngine V8 Version 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.
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.
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.
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.
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")
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。
Activity
Community
Health
Trend
Influence
:Code submit frequency
:React/respond to issue & PR etc.
:Well-balanced team members and collaboration
:Recent popularity of project
:Star counts, download counts etc.