Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.
/ engine Public archive

Contains the engine for Avans minor Software Architecture

Notifications You must be signed in to change notification settings

avans-night-byte/engine

Repository files navigation

Night Byte Engine

Used Tools

  • Clion
  • Deleaker

Deleaker is a very useful tool which is a Visual C++ extension and standalone application for memory leak detection - memory, GDI, and handles so far.

Run the executable

Run the latest executable provided in the builds folder or download the executable from the latest release.

At this moment in time the application only returns given input to the console. Please start the executable from your terminal to see the Input functionality.

Build and run the project

There are two ways to build and run the project: Use a provided script file or build manually. The scripts require dependencies to be installed already and are mostly used after setting up your environment. Read the script files for any dependencies you might have to install or use the wiki.

Linux

Run run.sh from the root of the project or follow the instructions on our wiki to build manually.

Windows

Run run.bat from the root of the project or follow the instructions on our wiki

Documentation