Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.04 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.04 KB

SekaiEngine

Sekai Game engine - my 2D game engine built base on what I know about game development. This game engine can run on Windows, Linux and Web platform

[Project is temporaty unmaintained]

Library

  • raylib 4.0.0

Requirements

Installation

Linux user

If you use Debian or Redhat, you need to run the pre-installer script in scripts

First, you need to give the script the permission to execute

sudo chmod +x scripts/pre-installer/linux/<os>/preinstaller.sh

Then run that script

./scripts/pre-installer/linux/<os>/preinstaller.sh

Which <os> is debian if you use Debian distro and redhat if you use Fedora-based

For Web platform

Because raylib require emscripten SDK, you need to install it to run it on web. The instruction is here