Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 2.03 KB

README.md

File metadata and controls

62 lines (39 loc) · 2.03 KB

Logo

Fiber

GitHub Workflow Status (with event) GitHub last commit (by committer) GitHub

Fiber is a lightwight, fast text editor built using c++ and SFML, used as a learning experience for 2d rendering and backend.

Screenshots

Capture

Tech Stack

Features

  • Scrolling ✅
  • Loading file from memory ✅
  • Fullscreen mode ✅
  • Light and dark mode ✅
  • Cross platform ✅
  • Creating and saving file ✅
  • Switching between lines 🚧
  • Power scrolling 🚧
  • Keyboard line selection 🚧

FAQ

Why create a text editor?

It's easy sometimes to use the latest framework on the market, but I atleast get lost in it sometimes so I wanted to take the "low level" route this time.

do you feel it improved your c++ skills?

I do, building software on a real product challenges you to a great extent, finding solutions and solving bugs.

Authors

License

MIT

Installation

Make sure you install CMAKE before runing the build commands, Requires CMAKE 3.16

cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release