Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```