# Introduction
# Description
SunWhys Engine is a collaborative game engine developed in C ++ supporting Lua and having a graphic editor.
To contribute, you can go to the github page of the project.
# Why choose SunWhysEngine ?
- Easily script in Lua and Javascript.
- A full detailed documentation.
- An Open-Source project.
- A collaborative game editor in real time.
# Windows installation
Download Windows Package
$ git clone https://github.com/SunWhys/SunWhysEngine-Sample.git
# Compilation [All platform]
WARNING
Warning, for the continuation you must integrate in the "sol2" folder in "3rd" folder.
Clone the project :
$ git clone https://github.com/SunWhys/SunWhysEngine.git
Launch compilation
$ mkdir build_dir && cmake .. && make