Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 815 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 815 Bytes

GPLv3 License

Lostcpp

Lostcpp is a simple 3D game using Marble engine.

Preview & Status

preview

Build

Build lostcpp using the following commands

  git clone https://github.com/sgf4/lostcpp
  cd lostcpp
  git submodule update --init --recursive --depth 1
  mkdir build 
  cd build
  cmake .. -DCMAKE_BUILD_TYPE=Release
  make -j 4

For cross compiling you will need using MSYS2 or Arch Linux using x86_64-w64-mingw32-cmake instead cmake

Support

If you are interested for working in this project, join to our discord server https://discord.gg/qYDtQY62sj

Authors