Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

edit Config.h and add code to README.md #1

Open
wants to merge 1 commit into
base: Week-0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ 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 graphics-and-shaders-22/
$0 code .
$ mkdir build
$ cd build/
$ cmake ..
$ cmake ..build .
$ ./Debug

```
### Deadline : 3rd June, 2022 11:59pm
### Instructions for submissions:
Expand Down
2 changes: 1 addition & 1 deletion includes/Config.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef CONFIG_H
#define CONFIG_H
#define WINDOW_NAME "Graphics And Shaders"
#define WINDOW_NAME "supriyas-0918"

#endif