Skip to content

Repository files navigation

Simple text editor in c++ and OpenGL

This is a simple GUI text editor project that I will continue in my off-time. The goal is to build something that resembles vscode one day.

that being said, this project demonstrates -

  • Efficient batch rendering for sprites.
  • Rendering sdf fonts for high quality font rendering stb_truetype.h

To Compile:

using msvc compiler - cl

./build.bat

using Clang (clang++)

./build_clang.bat

using GNU gcc (g++)

./build_clang.bat

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages