Skip to content

Project setup with Windows and Visual Studio 2022

ScriptCodex13 edited this page Oct 29, 2025 · 9 revisions

Project setup

Requirements

  • OS: Windows
  • Visual Studio 2022
  • git Bash installed or any opportunity to clone the repository (not necessary but is used in this tutorial)

Step 1 - Clone this repository

Create a new folder for this repository. Now go to the top bar and type cmd and press enter.

Step_one

Now type the command git clone https://github.com/ScriptCodex13/Zap-Library.git in the console and press enter.

Step_two png

In the end you should see this:

Step_three

Step 1.1 - Get this repository without git

Download the .zip file of this project and extract it in your repository folder.

Step 2 - Create the solution file using Premake

Open the repository folder

Step_four

Then Open the Build_Premake\Windows folder and run the Windows_GenerateVS.bat.

step_five

There is also a file which is named Windows_GenerateVS_multiple_folders.bat. It also generates a project solution but with the Application and Zap project seperated in different folders of the repository.


Open the project folder and open the Zap_Project.sln File

Step_seven

Step 3 - Run the project

Now run the project in Visual Studio. If something is unclear or you are having Issues please let us know on Discord or in the Issues

Clone this wiki locally