From 1e93fbe6f0c47f9d038f859b81669dc9b0c61815 Mon Sep 17 00:00:00 2001 From: SKY351 Date: Fri, 3 Jun 2022 18:11:23 +0530 Subject: [PATCH] Changed output text and README.md --- README.md | 6 +++++- includes/Config.h | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index afe4d10..619ca80 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,11 @@ Repository for the graphics and shaders project for Summer 2022. - Change the output text to your github username - Show the commands which you will use to build and run your application through the terminal using CMake ``` -Insert code here +$ cd C:\Users\ADMIN\OneDrive\Documents\GitHub\graphics-and-shaders-22 +$ mkdir Build1 +$ cd Build1 +$ cmake .. +$ cmake ..Build1 . ``` ### Deadline : 3rd June, 2022 11:59pm ### Instructions for submissions: diff --git a/includes/Config.h b/includes/Config.h index 85298be..8d7d9d4 100644 --- a/includes/Config.h +++ b/includes/Config.h @@ -1,5 +1,5 @@ #ifndef CONFIG_H #define CONFIG_H -#define WINDOW_NAME "Graphics And Shaders" +#define WINDOW_NAME "SKY351" #endif