You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
NunoSempere 204508bd0d
formatting pass
2 months ago
.gitignore don't save binary file 2 months ago
README.md formatting pass 2 months ago
license cleanup makefile slightly, restore ubuntu-20.04 files 2 months ago
makefile formatting pass 2 months ago
rosenrot.c formatting pass 2 months ago

README.md

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, 320 lines (~256 excluding comments & extraneous newlines)
  • 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