Skip to content

Hoopoe-Team/Hoopoe-Engine

Repository files navigation

he2Hoopoe-Engine

Content

Introduction

Hoopoe engine is designed to create a simple simulated world.

Building

sudo apt-get install build-essential cmake unzip zip

Compiling

bash builder.sh

Builder flags

--engine or -e - build engine only.
--sandbox or -s - build sandbox only.
--update-tests or -u - update UTest resources.
--pack-resources or -p - pack the resources in the zip archives.
--default or -d - build with default settings.

CMake flags

-DUTEST=1 - build with the unit-tests
-DSANDBOX_ONLY=1 - compiling only Sandbox (only for /Sandbox/CMakeLists.txt)

On Windows

At the moment windows is not supported.