Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 (7 months ago)
- Default Branch: master
- Last Pushed: 2024-04-30T10:07:03.000Z (7 months ago)
- Last Synced: 2024-04-30T12:02:34.044Z (7 months ago)
- Topics: c, raylib, text-editor
- Language: C
- Homepage:
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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
```