Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.27 KB

File metadata and controls

25 lines (22 loc) · 1.27 KB

Game Engine made in C++

Requirements:

  • Git
  • CMake
  • A compiler with C++17 support
  • Linux only: libgl1-mesa-dev, libasound2-dev and xorg-dev packages.

Third party libraries used:

Project structure:

  • /build - Object files and other CMake output
  • /editor - SombraEngine Editor
  • /example - Game example created with the SombraEngine
  • /sombra - SombraEngine library source dir