Skip to content

Aquasin/fellowship_text_editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fellowship

Introduction

A Text Editor made using SFML and C++. Main Functionalities are -

  • Text Insertion and Deletion.
  • Text can be saved and read from file/text_file.txt.
  • Editor rendered using SFML.

Steps to compile

  • Create a dep and inside that create 2 folder for SFML includes and SFML lib.
  • Add SFML .dll's in the root of the project.
  • On linux -
$ make
  • On windows with MinGW installed -
$ mingw32-make

Files

Fellowship/
├── file/
│ └── text_file.txt
├── fonts/
│ └── Roboto_mono/
│ └── RobotoMono-Medium.ttf
├── src/
│ ├── constants.hpp
│ ├── cursor.cpp
│ ├── cursor.hpp
│ ├── document.cpp
│ ├── document.hpp
│ ├── editor.cpp
│ ├── editor.hpp
│ ├── input_events.cpp
│ └── input_events.hpp
├── .gitignore
├── main.cpp
├── Makefile
└── README.md

About

Fellowship - A Text Editor using SFML

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published