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

A Simple Text Editor made for a College Project using C++ and SFML for window generation/ graphics. Currently Archived.

Notifications You must be signed in to change notification settings

OverPoweredDev/loop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

A Simple Text Editor made for a College Project using C++ and SFML for window generation/ graphics. Currently Archived.

Topics

Resources

Stars

Watchers

Forks