Skip to content

Noahnoah55/ezLuaEngine

Repository files navigation

ezLuaEngine

WIP web game engine using emscripten and LUA

https://noahnoah55.github.io/ezLuaEngine/

Demos

Building

This project uses submodules, clone with $ git clone {URL} --recursive-submodules to automatically include submodules. You can also populate these submodules after cloning with $ git submodule update -init

Before building, activate emsdk with $ source configure

Finally, to build the project and run the test game:

$ mkdir build
$ cd build
$ emcmake cmake ..
$ make
$ emrun engine.html

The engine starts by loading src/main.lua, and will call _update() every frame

API is unfinished, see examples for help

About

Lua-based 2d web game engine

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages