Go to file
2024-03-23 23:22:00 -03:00
.gitignore don't save binary file 2024-03-22 10:54:31 -03:00
license cleanup makefile slightly, restore ubuntu-20.04 files 2024-03-14 14:58:59 -03:00
makefile continue README, see how big is the file without comments 2024-03-23 22:45:02 -03:00
README.md tweak README 2024-03-23 22:56:00 -03:00
rosenrot.c simplify rosenrot.c further 2024-03-23 23:22:00 -03:00

Rosenrot

This branch contains a bare-bones version of rosenrot, a webkit and gtk based browser

  • similar in many ways to the original version of rose.
    • But with the up to date libwebkit2gtk-4.1!
  • compilable with tcc! (also with gcc/clang)
  • One c file, 390 lines (~356 excluding comments)
  • Still some minimal niceties: zoom, parsing more than one url from the command line, max number of tabs, plenty of shortcuts.
  • Missing many quality of life features
  • Meant for developers seeking to understand or replicate rosenrot