Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inanyan/editorattempt1
An attemp to create a terminal text editor
https://github.com/inanyan/editorattempt1
cpp editor kilo terminal text-editor
Last synced: 5 days ago
JSON representation
An attemp to create a terminal text editor
- Host: GitHub
- URL: https://github.com/inanyan/editorattempt1
- Owner: InAnYan
- Created: 2023-01-19T18:45:23.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-31T15:55:14.000Z (about 1 year ago)
- Last Synced: 2024-11-22T01:41:44.628Z (about 1 month ago)
- Topics: cpp, editor, kilo, terminal, text-editor
- Language: C++
- Homepage:
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# An attemp to create a terminal text editor
Followed `kilo` tutorial.- `EditorLib`: contains some attemp to create a library? Interfaces to Editor's data structures.
- `Editor3`: I suppose 3 means the third attempt. Have some `Terminal` interface. Documented code. Looks cool, though it's not OOP. I followed `kilo` mostly.
- `Editor3WithoutTabs`: experiment to eliminate `real` and `render` parts of line representation. Probably, it works.