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

Commit 0a31f42

Browse files
README updated
1 parent 006ee84 commit 0a31f42

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@
99

1010
### Introduction
1111

12-
Simple Text Editor built using SDL and C++ for a College Project
12+
Simple Text Editor built using SDL and C++ for a College Project. Main planned functionalities are:
13+
- Basic Text Insertion/Deletion
14+
- File Handling (text can be saved/imported)
15+
- Special Keyboard Mappings (Ctrl-Z, etc.)
16+
- Render Editor using software like SFML/SDL
17+
- Implement a Cursor
18+
- Enable Rich text functions (Bold, Italics, etc.)
1319

1420
### Navigation
1521

0 commit comments

Comments
 (0)