-
Install Zune
Follow its installation instructions at https://github.com/Scythe-Technology/zune -
Clone the Repository
git clone https://github.com/Zalthen-dev/Luanos-Engine.git --depth 1
cd Luanos-Engine- Navigate to
vendorfolder and clone dependencies
cd vendor
git clone https://github.com/raysan5/raylib.git
git clone https://github.com/cloudofoz/raylib-gizmo.git
git clone https://github.com/ocornut/imgui.git --branch docking
git clone https://github.com/raylib-extras/rlImGui.git
git clone https://github.com/BalazsJako/ImGuiColorTextEdit.git- Build the engine library
cmake --build .- Navigate back to engine folder and run the engine
cd ..
zune run engineTodo
As of right now, Lunaos Engine only runs one script when it starts up, that at src/test.luau which will change soon!
You can edit this script to do what you want!
You can help out by using Luanos Engine and reporting any bugs you find!
You can also request features to be added! Here or in the discord server!
If you know how to code, help out by creating pull requests to add and change code!
