KubsHD / theta2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Theta2

Work in progress bullet hell wave shooter

Prerequisites

  • Visual Studio 2022 with C++ and CMake support (Windows) / Code editor of your choice (macOS)
  • FMOD Core API installed for the target platform

How to build

  1. Clone the repository git clone --recurse-submodules https://github.com/KubsHD/theta2

Automatic build

  1. Open cloned directory with Visual Studio

Manual build

  1. Create build directory: mkdir build && cd build
  2. Generate project files manually: cmake .. -G "Ninja"
  3. Build: ninja

Used libraries

About


Languages

Language:C++ 74.1%Language:C 25.8%Language:CMake 0.1%Language:GLSL 0.0%