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]
- raylib 4.0.0
- git
- CMake
- Emscripten SDK (for Web platform)
- MSCV or Makefile
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
Because raylib require emscripten SDK, you need to install it to run it on web. The instruction is here