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

Latest commit

 

History

History
61 lines (46 loc) · 1.72 KB

README.md

File metadata and controls

61 lines (46 loc) · 1.72 KB

loop

C++-14 SDL-2.0 PR OpenSource Follow_Me

Introduction

Simple Text Editor built using SDL and C++ for a College Project. Main planned functionalities are:

  • Basic Text Insertion/Deletion
  • File Handling (text can be saved/imported)
  • Special Keyboard Mappings (Ctrl-Z, etc.)
  • Render Editor using software like SFML/SDL
  • Implement a Cursor
  • Enable Rich text functions (Bold, Italics, etc.)

Navigation

Layer Diagram

Layer Diagram

Repo Tree
├─ editor
│  ├─ Content.cpp
│  ├─ Content.h
│  ├─ Cursor.cpp
│  ├─ Cursor.h
│  ├─ Document.cpp
│  ├─ Document.h
│  └─ Utility.h
├─ fonts
│  ├─ JetBrainsMono-Light.ttf
│  ├─ JetBrainsMono-Regular.ttf
│  ├─ RobotoMono-Medium.ttf
│  └─ RobotoMono-Regular.ttf
├─ Makefile
├─ README.md
├─ input.txt
├─ main.cpp
└─ output.txt

Setup

Extract the files into a directory then run make && create

Also Look at

About SDL

Makefiles

About Me

Omkar Prabhune: Junior in CSE Department at VIT, Pune

Check out my other repos!