portable and half usable text editor from-scratch in c&raylib
note: this is my first big project in c in general, please be generous
Empty buffer with "Hello world" in txt
compilation under linux:
to compile for linux run
$ make linux
to cross-compile for windows run$ make windows
compilation under windows:
install msys2 and install
gcc
package
run$ make windows
, or$ make windows-console
to compile with debug console
compilation under macOS:
install xcode and run
$ make linux
to compile bundler run $ make bundle
to use bundler run $ ./bundle <file> [<another-file>] [...] 2> src/file.c
also, you can download a build under releases
press Ctrl + H for in-app help
pros:
- basic text editing
- opening and saving of files
- c&python syntax highlighting
cons:
- idk
- creators of font Victor Mono, as it is used as default font here