A 3D Game engine for Small to Medium-sized games with a LUA Scripting interface. written in C++ with a simple, Good looking interface.
8d255731e6
Added: - Engine Profiler - Playback - Lua Math Library - Temp Folder Access |
||
---|---|---|
.vscode | ||
assets | ||
lib | ||
scenes | ||
src | ||
vendor | ||
.gitignore | ||
imgui.ini | ||
LICENSE | ||
lua54.dll | ||
lua54.lib | ||
Makefile | ||
README.md |
Tesseract-Engine
A 3D Game engine for Small to Medium-sized games with a LUA Scripting interface. written in C++ with a simple, Good looking interface.
History Of Tesseract
Note: These screenshots are sorted by version.
0.0.68
- Added Script Component
- Added Simple Lua editor (W.I.P)
- Added Lua Binding
Engine.GetGameObjectByTag("")
Component::GetComponent(")
Engine.Log("")
Transform:SetPosition(vec3)
Transform:SetRotation(vec3)