Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 945 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 945 Bytes

Starlight

A 3D game engine

Demo

2023-10-30.04-28-21.mp4

Gallery

Clash royale clone(WIP)

2024-07-04.17-54-32.mp4

Lighting

image

Building on x64

Prerequisites

Install the following dependencies

Build instructions

  1. Make sure that CMake is installed and added to the system PATH variable.
  2. Open terminal in the CMakeLists.txt directory and run:
  mkdir build
  cd build
  cmake -A x64 ..

Initial project template generated from: https://github.com/tgalaj/OpenGLSampleCmake