/Netzhaut

Web Browser Engine Written In C99.

Primary LanguageCGNU Lesser General Public License v2.1LGPL-2.1

Netzhaut

Netzhaut is a multi-purpose open-source web-browser-engine written from scratch in C99. Web-Browser-Engines are software systems which run web content on client machines. Popular examples are Chromium (Chrome), Gecko (Firefox) and WebKit (Safari).

The project is currently in the experimental phase and thus not usable.

The documentation for this project, apart from code-documentation, is fully contained in this document.

Contents

Build

Linux

git clone https://github.com/dajofrey/Netzhaut
cd Netzhaut && git submodule update --init --recursive 
make -f build/automation/Makefile all 

Architecture

Contents

Layout

TODO

System

TODO

Engine

TODO

Design

TODO

API

TODO