Text editor written in C and raylib
Find a file
2026-01-14 11:58:40 +01:00
raylib@4b74312860 first commit 2026-01-14 10:29:47 +01:00
screenshots first commit 2026-01-14 10:29:47 +01:00
src code reorganization and new file 2026-01-14 11:58:40 +01:00
.gitignore first commit 2026-01-14 10:29:47 +01:00
.gitmodules first commit 2026-01-14 10:29:47 +01:00
awa.c first commit 2026-01-14 10:29:47 +01:00
LICENSE first commit 2026-01-14 10:29:47 +01:00
Makefile code reorganization and new file 2026-01-14 11:58:40 +01:00
monogram-bitmap1.png first commit 2026-01-14 10:29:47 +01:00
README.md added screenshot 2026-01-14 10:33:09 +01:00

dummy

Dummy is my attempt at making a text editor in C with raylib. Heavily unfinished.

Building

Currently dummy is only setup to build on macOS but it shouldn't be too hard to modify the Makefile to build it on Linux.

To build and run dummy, first clone this repository (which will also clone raylib):

git clone https://git.foxden.one/foxesinmygarden/dummy.git
cd dummy

Ensure raylib is built by executing the following commands:

cd raylib/src
make

Then build dummy with make in the project's root directory:

make
./dummy awa.c

What you get

dummy