Tloe / TEngineOld

My hobby game engine. C++ with Lua scripting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TEngine

Game Engine in a funny state ;)

Building

For linux clang-13 is used for the CI, but other versions should build it aswell.

cmake, python and conan is needed for building. Conan can be installed with pip for python.

mkdir build
cd build
conan export ../Utils/Conan/Luajit/luajit.py
conan install .. --profile ../Utils/Conan/Profiles/Linux/TEngineRelease -g cmake --build=missing
conan build ..

About

My hobby game engine. C++ with Lua scripting

License:Other


Languages

Language:C++ 95.5%Language:CMake 2.9%Language:Lua 0.5%Language:Dockerfile 0.4%Language:HLSL 0.3%Language:Python 0.3%Language:JavaScript 0.1%Language:C 0.0%