Skip to content
This repository was archived by the owner on Sep 23, 2022. It is now read-only.

Commit 006ee84

Browse files
Merge remote-tracking branch 'origin/master'
2 parents 76c906d + 690b798 commit 006ee84

File tree

1 file changed

+12
-17
lines changed

1 file changed

+12
-17
lines changed

README.md

+12-17
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
![loop](https://github.com/OverPoweredDev/loop/blob/master/images/SDP_banner.png)
22

33
![C++-14](https://img.shields.io/badge/C++-14-magenta?style=for-the-badge)
4-
![SFML-2.5.1](https://img.shields.io/badge/SFML-2.5.1-blue?style=for-the-badge)
4+
![SDL-2.0](https://img.shields.io/badge/SDL-2.0-blue?style=for-the-badge)
55
![PR](https://img.shields.io/badge/PRs-welcome-red?style=for-the-badge)
66
![OpenSource](https://img.shields.io/badge/Open-Source-greun?style=for-the-badge)
77
![Follow_Me](https://img.shields.io/github/followers/OverPoweredDev?style=for-the-badge)
88

99

1010
### Introduction
1111

12-
Simple Text Editor built using SFML and C++ for a College Project
12+
Simple Text Editor built using SDL and C++ for a College Project
1313

1414
### Navigation
1515

@@ -19,39 +19,34 @@ Simple Text Editor built using SFML and C++ for a College Project
1919
##### Repo Tree
2020
```
2121
├─ editor
22-
│ ├─ Buffer.cpp
23-
│ ├─ Buffer.h
2422
│ ├─ Content.cpp
2523
│ ├─ Content.h
2624
│ ├─ Cursor.cpp
2725
│ ├─ Cursor.h
2826
│ ├─ Document.cpp
2927
│ ├─ Document.h
30-
│ ├─ InputController.cpp
31-
│ ├─ InputController.h
32-
│ ├─ TextSelection.cpp
33-
│ ├─ TextSelection.h
34-
│ ├─ Window.cpp
35-
│ └─ Window.h
36-
├─ images
37-
│ ├─ Layer_diagram.svg
38-
│ └─ SDP_banner.png
28+
│ └─ Utility.h
29+
├─ fonts
30+
│ ├─ JetBrainsMono-Light.ttf
31+
│ ├─ JetBrainsMono-Regular.ttf
32+
│ ├─ RobotoMono-Medium.ttf
33+
│ └─ RobotoMono-Regular.ttf
3934
├─ Makefile
4035
├─ README.md
41-
├─ editor.cpp
4236
├─ input.txt
37+
├─ main.cpp
4338
└─ output.txt
4439
```
4540

4641
### Setup
4742

48-
Extract the files into a directory then run `make`
43+
Extract the files into a directory then run `make && create`
4944

5045
### Also Look at
5146

52-
[SFML Documentation](https://www.sfml-dev.org/documentation/2.5.1/)
47+
[About SDL](https://www.libsdl.org/)
5348

54-
[Writing a Makefile](https://www.cs.colby.edu/maxwell/courses/tutorials/maketutor/)
49+
[Makefiles](https://www.cs.colby.edu/maxwell/courses/tutorials/maketutor/)
5550

5651
### About Me
5752

0 commit comments

Comments
 (0)