Skip to content

ghoste0001/Luanos-Engine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Luanos Engine

Discord

Dependencies

  1. Zune
  2. Raylib
  3. raylib-gizmo
  4. ImGui
  5. rlImGui
  6. ImGuiColorTextEdit

Running Luanos Engine

Linux

  1. Install Zune
    Follow its installation instructions at https://github.com/Scythe-Technology/zune

  2. Clone the Repository

git clone https://github.com/Zalthen-dev/Luanos-Engine.git --depth 1
cd Luanos-Engine
  1. Navigate to vendor folder 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
  1. Build the engine library
cmake --build .
  1. Navigate back to engine folder and run the engine
cd ..
zune run engine

Windows

Todo

How to Use

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!

How to Help

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!

About

[DEMO] A free & open-source game development software, made for game creators.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Luau 100.0%