Skip to content

A lightweight text editor.

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.md
Notifications You must be signed in to change notification settings

ImTheCurse/fiber

Repository files navigation

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

About

A lightweight text editor.

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published