8000 GitHub - vafada/txt: c from-scratch text-editor
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vafada/txt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

txt

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

galery

screenshot1 Empty buffer with "Hello world" in txt

screenshot2 txt's src opened in itself

quickstart

to compile run $ ./build.sh or $ ./build.sh windows
compilation on windows isn't supported, sorry

to compile bundler run $ ./build_bundler.sh
to use bundler run $ ./bundle <file> [<file> <file>...] 2> file.c

for linux building install clang. for windows building install mingw-w64.

also, you can download a build under releases

press Ctrl + H for in-app help

pros+cons

pros:

  • basic text editing
  • opening and saving of files
  • c syntax highlighting

cons:

  • tabs (\t) dont work (show up as 1 symbol)
  • no unicode support (content is just big char dynamic array)
  • some more idk

thanks to

  • creators of font Victor Mono, as it is used as default font here

About

c from-scratch text-editor

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 100.0%
0