This repository was archived by the owner on Sep 23, 2022. It is now read-only.
File tree 1 file changed +12
-17
lines changed
1 file changed +12
-17
lines changed Original file line number Diff line number Diff line change 1
1
![ loop] ( https://github.com/OverPoweredDev/loop/blob/master/images/SDP_banner.png )
2
2
3
3
![ 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 )
5
5
![ PR] ( https://img.shields.io/badge/PRs-welcome-red?style=for-the-badge )
6
6
![ OpenSource] ( https://img.shields.io/badge/Open-Source-greun?style=for-the-badge )
7
7
![ Follow_Me] ( https://img.shields.io/github/followers/OverPoweredDev?style=for-the-badge )
8
8
9
9
10
10
### Introduction
11
11
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
13
13
14
14
### Navigation
15
15
@@ -19,39 +19,34 @@ Simple Text Editor built using SFML and C++ for a College Project
19
19
##### Repo Tree
20
20
```
21
21
├─ editor
22
- │ ├─ Buffer.cpp
23
- │ ├─ Buffer.h
24
22
│ ├─ Content.cpp
25
23
│ ├─ Content.h
26
24
│ ├─ Cursor.cpp
27
25
│ ├─ Cursor.h
28
26
│ ├─ Document.cpp
29
27
│ ├─ 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
39
34
├─ Makefile
40
35
├─ README.md
41
- ├─ editor.cpp
42
36
├─ input.txt
37
+ ├─ main.cpp
43
38
└─ output.txt
44
39
```
45
40
46
41
### Setup
47
42
48
- Extract the files into a directory then run ` make `
43
+ Extract the files into a directory then run ` make && create `
49
44
50
45
### Also Look at
51
46
52
- [ SFML Documentation ] ( https://www.sfml-dev .org/documentation/2.5.1 / )
47
+ [ About SDL ] ( https://www.libsdl .org/ )
53
48
54
- [ Writing a Makefile ] ( https://www.cs.colby.edu/maxwell/courses/tutorials/maketutor/ )
49
+ [ Makefiles ] ( https://www.cs.colby.edu/maxwell/courses/tutorials/maketutor/ )
55
50
56
51
### About Me
57
52
You can’t perform that action at this time.
0 commit comments