Text editor written in C and raylib
| raylib@4b74312860 | ||
| screenshots | ||
| src | ||
| .gitignore | ||
| .gitmodules | ||
| awa.c | ||
| LICENSE | ||
| Makefile | ||
| monogram-bitmap1.png | ||
| README.md | ||
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
