SimpleNotepad is a simplified reimplementation of the old Windows notepad. I don't know why i made this, but it's kinda cool actually!. Built with C and using CMake, it's just because, im kinda lazy to use makefile, but im gonna add it soon!
- Basic Windows Notepad features
- Basic formatting options (such as changing font, etc)
- File saving and loading (it still had some bug probably)
- Discord Rich Presence (hell yeah)
- Visit the Releases page to download the latest version.
- Just open the executable to run it.
-
Clone this repository:
git clone https://github.com/SFINXVC/SimpleNotepad.git cd SimpleNotepad -
Install dependencies (but wait, THERES NO EXTERNAL DEPEDENCIES HERE).
-
Build the project:
mkdir build && cd build cmake .. cmake --build . -
And finally, just run the application:
./SimpleNotepad.exe
SimpleNotepad supports the following compilers:
- Microsoft Visual C++ (MSVC)
(i only tested MSVC, you can give it a try to build it with another compiler if possible)
It's just a for-fun project, never meant to be serious. But feel free to submit issues or pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.