a lua 2d game engine (or framework?)
- fmod (Please install FMOD Studio API Windows)
- glad (Version 2, source included)
- glfw (Git submodule)
- glm (Git submodule)
- imgui (Source included but not used yet)
- luajit (Headers and prebuilt binaries included, 64bit msvc only)
- physfs (Git submodule)
- sol2 (Source included)
- spdlog (Git submodule)
- stb (Source included)
- Clone with
git clone --recursive https://github.com/andyroiiid/harujion.git
- You should be able to build the project with cmake.
- The built files are in the
out
directory under your CMake build directory.
Two samples are included in the samples
folder.
Replace the content of assets
folder with a sample to test it.
Run the engine executable to play the game.