zoe  Documentation revision #92
zoe is a video game engine that I am working on in my free time
Zoe Engine

Introduction

Lorem ipsum stuff

Building

Init github submodules if needed: git submodule update --init --recursive
Make sure your compiler supports C++20
Make sure you have CMake 3.13+ installed

On Windows

Install dependencies I don't know what you need. Just try to run cmake and google every error.
Run cmake . to generate the makefiles
Run cmake --build . to compile the default target

On Linux

Install dependencies apt install build-essential cmake libglew-dev libx11-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libgl-dev
Run cmake . to generate the makefiles
Run cmake --build . to compile the default target

On MacOS

I don't know