Mahaoqu / xcpp

A simple game engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XCPP

demo for cross-platform C++ project

To add includePath, add an item in .vscode/c_cpp_properities.json objects:

"compileCommands": "${workspaceFolder}/.vscode/compile_commands.json"

Rebuild with

xmake project -k compile_commands 

Now we can running with:

xmake build <example_name>
xmake run <example_name>

About

A simple game engine


Languages

Language:C++ 98.6%Language:Lua 1.4%