Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 927 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 927 Bytes

DestinyEngine

A game engine written in C++ to learn things from

IMPORTANT: This engine is still in its VERY EARLY STAGES, so it SHOULD NOT be used for production code.

Build

Currently the engine is only tested on MSVC and Clang. Other compilers might not work.

NOTE: Destiny Engine does NOT support MinGW.

Visual Studio

  1. Open this project as a folder.
  2. Click the run button on the top to run the project.

Visual Studio Code

  1. Install the CMake Tools and the C++ extension.
  2. Install Visual Studio (For the MSVC toolchain) or Clang (LLVM).
  3. Open the project as a folder and wait for everything to finish generating.
  4. Click the run button at the bottom to run the project.

Others

You might have to figure this one out yourself...