Getting Started

Downloading and Building Vape3D

Installation

Clone from github

via HTTPS

https:://github.com/VapeKit/VAPE.git

or via SSH

git@github.com:VapeKit/VAPE.git

Start & Build

Open the .sln solution file with Visual Studio (15 or above is recommended).

Build and Run.

No dependecies installation need, since they are all included - GLFW and GLM.

CMake build support is not included at this stage, though coming very soon. Until then you may need to fix the directories paths for libraries and includes from the Properties screen by right clicking the project in Solution Explorer.

Last updated