Skip to content

Text editor I am making, planning on using WINAPI although may also try using OpenGL and seeing how things go.

Notifications You must be signed in to change notification settings

MahBestBro/TextEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextEditor

A text editor built with C++ and Win32 API.

Build

This project is compiled using the MSVC compiler via the command line (information about the command line compiler can be found here):

  1. Open up a terminal and run vcvarsall.bat (this will be located within a visual studio path).
  2. Run the build.bat script.

About

Text editor I am making, planning on using WINAPI although may also try using OpenGL and seeing how things go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published