Skip to content

M-Whitaker/kaishi

Repository files navigation

kaishi

Linux Build

Dependencies

  • Cmake >= 3.10
wget https://github.com/Kitware/CMake/releases/download/v3.20.0/cmake-3.20.0-linux-x86_64.tar.gz
tar -xvf cmake-3.20.0-linux-x86_64.tar.gz
cd cmake-3.20.0-linux-x86_64.tar.gz
cp -r bin/* /usr/bin
cp -r share/* /usr/share
  • X11
$ apt install xorg-dev libglu1-mesa-dev

Compile

$ mkdir build
$ make build

macOS Build

Dependencies

  • Cmake >= 3.10
$ brew install cmake

Compile

$ python3 vender/patches/addVendorPatches.py
$ make build

Windows Build


About

A game engine used to learn major 3D graphics APIs such as openGL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published