aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 89ca3f1ecbd6114e2c7c4767ae8438566d4faeab (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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](https://github.com/mini-rose/rose-browser/tree/60173b6f5b562861b11dea17e3869ad6c3462bbb/src).
  - But with the up to date libwebkit2gtk-4.1!
- compilable with [tcc](https://bellard.org/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