https://github.com/sowinskibraeden/level-editor
My own terminal text editor written in c++.
https://github.com/sowinskibraeden/level-editor
cpp terminal text-editor
Last synced: about 1 year ago
JSON representation
My own terminal text editor written in c++.
- Host: GitHub
- URL: https://github.com/sowinskibraeden/level-editor
- Owner: SowinskiBraeden
- Created: 2022-09-07T00:45:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-30T21:21:49.000Z (over 3 years ago)
- Last Synced: 2025-04-06T09:47:14.741Z (over 1 year ago)
- Topics: cpp, terminal, text-editor
- Language: C++
- Homepage:
- Size: 28.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Level Editor
I had found this brilliant online book that talked about creating a text editor with c++
I enjoyed following the few chapters that covered this topic to deepen my knowledge with the c++ programming language.