https://github.com/santerijps/text-editor-from-scratch
An attempt to write a text editor from scratch with C and raylib
https://github.com/santerijps/text-editor-from-scratch
c raylib text-editor
Last synced: over 1 year ago
JSON representation
An attempt to write a text editor from scratch with C and raylib
- Host: GitHub
- URL: https://github.com/santerijps/text-editor-from-scratch
- Owner: santerijps
- Created: 2024-04-30T10:06:53.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T10:07:03.000Z (about 2 years ago)
- Last Synced: 2025-01-11T18:26:52.662Z (over 1 year ago)
- Topics: c, raylib, text-editor
- Language: C
- Homepage:
- Size: 1.03 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Text editor from scratch
This is an attempt to write a text editor from scratch with C and raylib.
## Usage
First, build the executable:
```bash
cd text-editor-from-scratch
make
```
Then run it:
```bash
bin/editor
```